Html Css Color HEX #62AADC Malibu

📋 copy color: '#62AADC'

red 98 ◦ green 170 ◦ blue 220

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

Shades of Malibu #62AADC

Tints of Malibu #62AADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.08%

R = 20.08%
G = 34.84%
B = 45.08%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#62AADC (or 0x62AADC) is known color: Malibu. HEX triplet: 62, AA and DC. RGB value is (98,170,220). Sum of RGB (Red+Green+Blue) = 98+170+220=488 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.08% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #62AADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62AADC is #9D5523. Grayscale: #999999. Windows color (decimal): -10310948 or 14461538. OLE color: 14461538.

HSL color Cylindrical-coordinate representation of color #62AADC: hue angle of 204.59º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62AADC is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 170 220 -
CMYK 0.55 0.23 0 0.14
HSL 204.59º 0.64% 0.62% -
HSV(B) 204.59º 0.55% 0.86% -
XYZ 32.33 36.51 73.05 -
YUV 154.17 165.15 87.93 -
System Red Green Blue C M Y K H S L
Decimal 98 170 220 0.55 0.23 0 0.14 204.59 0.64 0.62
Hex 62 AA DC 37 17 0 E CD 40 3E
Octal 142 252 334 67 27 0 16 315 100 76
Binary 1100010 10101010 11011100 110111 10111 0 1110 11001101 1000000 111110

Color Harmonies of #62AADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62AADC

Black with #62AADC

Text Example


Text Example

White with #62AADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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