#62BADC

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

Shades of Malibu #62BADC

Tints of Malibu #62BADC

Color information

#62BADC (or 0x62BADC) is unknown color: approx Malibu. HEX triplet: 62, BA and DC. RGB value is (98,186,220). Sum of RGB (Red+Green+Blue) = 98+186+220=504 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.44% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #62BADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BADC is #9D4523. Grayscale: #A3A3A3. Windows color (decimal): -10306852 or 14465634. OLE color: 14465634.

HSL color Cylindrical-coordinate representation of color #62BADC: hue angle of 196.72º 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 #62BADC is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB98186220-
CMYK0.550.1500.14
HSL196.72º63.54%62.35%-
HSV(B)196.72º55.45%86.27%-
XYZ35.5142.8874.12-
YUV163.56159.8581.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 19.44%
GREEN value IS 186 (73.05% from 255) = 36.90%
BLUE value IS 220 (86.33% from 255) = 43.65%
R=19.44%
G=36.90%
B=43.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal981862200.550.1500.14196.7263.5462.35
Hex62BADC37F0Ec5403e
Octal142272334671701630510076
Binary11000101011101011011100110111111101110110001011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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