#62B0D8

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

Shades of Malibu #62B0D8

Tints of Malibu #62B0D8

Color information

#62B0D8 (or 0x62B0D8) is unknown color: approx Malibu. HEX triplet: 62, B0 and D8. RGB value is (98,176,216). Sum of RGB (Red+Green+Blue) = 98+176+216=490 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 216 - color contains mainly: blue. Hex color #62B0D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62B0D8 is #9D4F27. Grayscale: #9C9C9C. Windows color (decimal): -10309416 or 14200930. OLE color: 14200930.

HSL color Cylindrical-coordinate representation of color #62B0D8: hue angle of 200.34º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62B0D8 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB98176216-
CMYK0.550.1900.15
HSL200.34º60.2%61.57%-
HSV(B)200.34º54.63%84.71%-
XYZ32.9638.6170.68-
YUV157.24161.1685.75-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20%
GREEN value IS 176 (69.14% from 255) = 35.92%
BLUE value IS 216 (84.77% from 255) = 44.08%
R=20%
G=35.92%
B=44.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal981762160.550.1900.15200.3460.261.57
Hex62B0D837130Fc83c3e
Octal14226033067230173107476
Binary11000101011000011011000110111100110111111001000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,176,216); }

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

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

 a { background-color: rgb(98,176,216); }

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

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

 span { border-color: rgb(98,176,216); }

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