#62AFCD

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

Shades of Picton Blue #62AFCD

Tints of Picton Blue #62AFCD

Color information

#62AFCD (or 0x62AFCD) is unknown color: approx Picton Blue. HEX triplet: 62, AF and CD. RGB value is (98,175,205). Sum of RGB (Red+Green+Blue) = 98+175+205=478 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.50% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #62AFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62AFCD is #9D5032. Grayscale: #9B9B9B. Windows color (decimal): -10309683 or 13479778. OLE color: 13479778.

HSL color Cylindrical-coordinate representation of color #62AFCD: hue angle of 196.82º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62AFCD is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB98175205-
CMYK0.520.1500.20
HSL196.82º51.69%59.41%-
HSV(B)196.82º52.2%80.39%-
XYZ31.3937.6663.37-
YUV155.4155.9987.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.50%
GREEN value IS 175 (68.75% from 255) = 36.61%
BLUE value IS 205 (80.47% from 255) = 42.89%
R=20.50%
G=36.61%
B=42.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal981752050.520.1500.20196.8251.6959.41
Hex62AFCD34F014c5343b
Octal14225731564170243056473
Binary11000101010111111001101110100111101010011000101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,175,205); }

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

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

 a { background-color: rgb(98,175,205); }

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

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

 span { border-color: rgb(98,175,205); }

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