Html Css Color HEX #62ACD5 Picton Blue

📋 copy color: '#62ACD5'

red 98 ◦ green 172 ◦ blue 213

#62ACD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #62ACD5

Tints of Picton Blue #62ACD5

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.1%

R = 20.29%
G = 35.61%
B = 44.1%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#62ACD5 (or 0x62ACD5) is known color: 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

RGB 98 172 213 -
CMYK 0.54 0.19 0 0.16
HSL 201.39º 0.58% 0.61% -
HSV(B) 201.39º 0.54% 0.84% -
XYZ 31.8 36.91 68.4 -
YUV 154.55 160.98 87.67 -
System Red Green Blue C M Y K H S L
Decimal 98 172 213 0.54 0.19 0 0.16 201.39 0.58 0.61
Hex 62 AC D5 36 13 0 10 C9 3A 3D
Octal 142 254 325 66 23 0 20 311 72 75
Binary 1100010 10101100 11010101 110110 10011 0 10000 11001001 111010 111101

Color Harmonies of #62ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62ACD5

Black with #62ACD5

Text Example


Text Example

White with #62ACD5

Text Example


Text Example

HTML Codes & Css Web 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>