Html Css Color HEX #62AACA Picton Blue

📋 copy color: '#62AACA'

red 98 ◦ green 170 ◦ blue 202

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

Shades of Picton Blue #62AACA

Tints of Picton Blue #62AACA

RGB

 RED value IS 98 (38.67% from 255) = 20.85%

 GREEN value IS 170 (66.8% from 255) = 36.17%

 BLUE value IS 202 (79.3% from 255) = 42.98%

R = 20.85%
G = 36.17%
B = 42.98%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#62AACA (or 0x62AACA) is known color: Picton Blue. HEX triplet: 62, AA and CA. RGB value is (98,170,202). Sum of RGB (Red+Green+Blue) = 98+170+202=470 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.85% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #62AACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62AACA is #9D5535. Grayscale: #979797. Windows color (decimal): -10310966 or 13281890. OLE color: 13281890.

HSL color Cylindrical-coordinate representation of color #62AACA: hue angle of 198.46º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #62AACA is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 98 170 202 -
CMYK 0.51 0.16 0 0.21
HSL 198.46º 0.5% 0.59% -
HSV(B) 198.46º 0.51% 0.79% -
XYZ 30.07 35.61 61.17 -
YUV 152.12 156.15 89.4 -
System Red Green Blue C M Y K H S L
Decimal 98 170 202 0.51 0.16 0 0.21 198.46 0.5 0.59
Hex 62 AA CA 33 10 0 15 C6 32 3B
Octal 142 252 312 63 20 0 25 306 62 73
Binary 1100010 10101010 11001010 110011 10000 0 10101 11000110 110010 111011

Color Harmonies of #62AACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62AACA

Black with #62AACA

Text Example


Text Example

White with #62AACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62AACA;
 }
 .AnyTagClassName
 {
   color: #62AACA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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