#62acd5

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

Shades of Picton Blue #62ACD5

Tints of Picton Blue #62ACD5

Color information

#62ACD5 (or 0x62ACD5) is unknown color: approx Picton Blue. HEX triplet: 62, AC and D5. RGB value is (98,172,213). Sum of RGB (Red+Green+Blue) = 98+172+213=483 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.29% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 213 - color contains mainly: blue. Hex color #62ACD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62ACD5 is #9D532A. Grayscale: #9A9A9A. Windows color (decimal): -10310443 or 14003298. OLE color: 14003298.

HSL color Cylindrical-coordinate representation of color #62ACD5: hue angle of 201.39º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62ACD5 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB98172213-
CMYK0.540.1900.16
HSL201.39º57.79%60.98%-
HSV(B)201.39º53.99%83.53%-
XYZ31.836.9168.4-
YUV154.55160.9887.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.29%
GREEN value IS 172 (67.58% from 255) = 35.61%
BLUE value IS 213 (83.59% from 255) = 44.10%
R=20.29%
G=35.61%
B=44.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal981722130.540.1900.16201.3957.7960.98
Hex62ACD53613010c93a3d
Octal14225432566230203117275
Binary110001010101100110101011101101001101000011001001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62acd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,172,213); }

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

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

 a { background-color: rgb(98,172,213); }

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

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

 span { border-color: rgb(98,172,213); }

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