#62AAC4

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

Shades of Picton Blue #62AAC4

Tints of Picton Blue #62AAC4

Color information

#62AAC4 (or 0x62AAC4) is unknown color: approx Picton Blue. HEX triplet: 62, AA and C4. RGB value is (98,170,196). Sum of RGB (Red+Green+Blue) = 98+170+196=464 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.12% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 196 (76.95% from 255 or 42.24% from 464); Max value from RGB is 196 - color contains mainly: blue. Hex color #62AAC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62AAC4 is #9D553B. Grayscale: #979797. Windows color (decimal): -10310972 or 12888674. OLE color: 12888674.

HSL color Cylindrical-coordinate representation of color #62AAC4: hue angle of 195.92º 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 #62AAC4 is Cyan = 0.5, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB98170196-
CMYK0.50.1300.23
HSL195.92º45.37%57.65%-
HSV(B)195.92º50%76.86%-
XYZ29.3835.3357.5-
YUV151.44153.1589.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.12%
GREEN value IS 170 (66.80% from 255) = 36.64%
BLUE value IS 196 (76.95% from 255) = 42.24%
R=21.12%
G=36.64%
B=42.24%

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
Decimal981701960.50.1300.23195.9245.3757.65
Hex62AAC432D017c42d3a
Octal14225230462150273045572
Binary11000101010101011000100110010110101011111000100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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