#62B1DB

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

Shades of Malibu #62B1DB

Tints of Malibu #62B1DB

Color information

#62B1DB (or 0x62B1DB) is unknown color: approx Malibu. HEX triplet: 62, B1 and DB. RGB value is (98,177,219). Sum of RGB (Red+Green+Blue) = 98+177+219=494 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.84% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #62B1DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62B1DB is #9D4E24. Grayscale: #9D9D9D. Windows color (decimal): -10309157 or 14397794. OLE color: 14397794.

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

Color convert

RGB98177219-
CMYK0.550.1900.14
HSL200.83º62.69%62.16%-
HSV(B)200.83º55.25%85.88%-
XYZ33.5539.1672.81-
YUV158.17162.3385.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 19.84%
GREEN value IS 177 (69.53% from 255) = 35.83%
BLUE value IS 219 (85.94% from 255) = 44.33%
R=19.84%
G=35.83%
B=44.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal981772190.550.1900.14200.8362.6962.16
Hex62B1DB37130Ec93f3e
Octal14226133367230163117776
Binary11000101011000111011011110111100110111011001001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,177,219); }

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

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

 a { background-color: rgb(98,177,219); }

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

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

 span { border-color: rgb(98,177,219); }

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