#62B0CC

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

Shades of Picton Blue #62B0CC

Tints of Picton Blue #62B0CC

Color information

#62B0CC (or 0x62B0CC) is unknown color: approx Picton Blue. HEX triplet: 62, B0 and CC. RGB value is (98,176,204). Sum of RGB (Red+Green+Blue) = 98+176+204=478 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.50% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #62B0CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62B0CC is #9D4F33. Grayscale: #9B9B9B. Windows color (decimal): -10309428 or 13414498. OLE color: 13414498.

HSL color Cylindrical-coordinate representation of color #62B0CC: hue angle of 195.85º degrees, saturation: 0.51, 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 #62B0CC is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB98176204-
CMYK0.520.1400.2
HSL195.85º50.96%59.22%-
HSV(B)195.85º51.96%80%-
XYZ31.4638.0162.8-
YUV155.87155.1686.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.50%
GREEN value IS 176 (69.14% from 255) = 36.82%
BLUE value IS 204 (80.08% from 255) = 42.68%
R=20.50%
G=36.82%
B=42.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal981762040.520.1400.2195.8550.9659.22
Hex62B0CC34E014c4333b
Octal14226031464160243046373
Binary11000101011000011001100110100111001010011000100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,176,204); }

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

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

 a { background-color: rgb(98,176,204); }

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

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

 span { border-color: rgb(98,176,204); }

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