#62BDDC

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

Shades of Malibu #62BDDC

Tints of Malibu #62BDDC

Color information

#62BDDC (or 0x62BDDC) is unknown color: approx Malibu. HEX triplet: 62, BD and DC. RGB value is (98,189,220). Sum of RGB (Red+Green+Blue) = 98+189+220=507 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.33% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #62BDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BDDC is #9D4223. Grayscale: #A5A5A5. Windows color (decimal): -10306084 or 14466402. OLE color: 14466402.

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

Color convert

RGB98189220-
CMYK0.550.1400.14
HSL195.25º63.54%62.35%-
HSV(B)195.25º55.45%86.27%-
XYZ36.1544.1674.33-
YUV165.32158.8579.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 19.33%
GREEN value IS 189 (74.22% from 255) = 37.28%
BLUE value IS 220 (86.33% from 255) = 43.39%
R=19.33%
G=37.28%
B=43.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal981892200.550.1400.14195.2563.5462.35
Hex62BDDC37E0Ec3403e
Octal142275334671601630310076
Binary11000101011110111011100110111111001110110000111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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