#62ABC4

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

Shades of Picton Blue #62ABC4

Tints of Picton Blue #62ABC4

Color information

#62ABC4 (or 0x62ABC4) is unknown color: approx Picton Blue. HEX triplet: 62, AB and C4. RGB value is (98,171,196). Sum of RGB (Red+Green+Blue) = 98+171+196=465 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.08% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 196 - color contains mainly: blue. Hex color #62ABC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62ABC4 is #9D543B. Grayscale: #979797. Windows color (decimal): -10310716 or 12888930. OLE color: 12888930.

HSL color Cylindrical-coordinate representation of color #62ABC4: hue angle of 195.31º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #62ABC4 is Cyan = 0.5, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB98171196-
CMYK0.50.1300.23
HSL195.31º45.37%57.65%-
HSV(B)195.31º50%76.86%-
XYZ29.5635.7157.56-
YUV152.02152.8289.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.08%
GREEN value IS 171 (67.19% from 255) = 36.77%
BLUE value IS 196 (76.95% from 255) = 42.15%
R=21.08%
G=36.77%
B=42.15%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal981711960.50.1300.23195.3145.3757.65
Hex62ABC432D017c32d3a
Octal14225330462150273035572
Binary11000101010101111000100110010110101011111000011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62ABC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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