#62ABD1

Color #62ABD1 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #62ABD1

Tints of Picton Blue #62ABD1

Color information

#62ABD1 (or 0x62ABD1) is unknown color: approx Picton Blue. HEX triplet: 62, AB and D1. RGB value is (98,171,209). Sum of RGB (Red+Green+Blue) = 98+171+209=478 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.50% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 209 (82.03% from 255 or 43.72% from 478); Max value from RGB is 209 - color contains mainly: blue. Hex color #62ABD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62ABD1 is #9D542E. Grayscale: #999999. Windows color (decimal): -10310703 or 13740898. OLE color: 13740898.

HSL color Cylindrical-coordinate representation of color #62ABD1: hue angle of 200.54º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62ABD1 is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB98171209-
CMYK0.530.1800.18
HSL200.54º54.68%60.2%-
HSV(B)200.54º53.11%81.96%-
XYZ31.1136.3365.69-
YUV153.5159.3288.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 20.50%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 209 (82.03% from 255) = 43.72%
R=20.50%
G=35.77%
B=43.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal981712090.530.1800.18200.5454.6860.2
Hex62ABD13512012c9373c
Octal14225332165220223116774
Binary110001010101011110100011101011001001001011001001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62ABD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62ABD1; }

 p { color: rgb(98,171,209); }

 H1.HeaderClassName
 {
   color: #62ABD1;
 }
 .AnyTagClassName
 {
   color: #62ABD1;
 }
</style>
background-color css

<style>
 a { background-color: #62ABD1; }

 a { background-color: rgb(98,171,209); }

 div.DivClassName
 {
   background-color: #62ABD1;
 }
 .BgClassName
 {
   background-color: #62ABD1;
 }
</style>
border-color css

<style>
 span { border-color: #62ABD1; }

 span { border-color: rgb(98,171,209); }

 td.TdClassName
 {
   border-color: #62ABD1;
 }
 .TagClassName
 {
   border-color: #62ABD1;
 }
</style>