#62B0D6

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

Shades of Malibu #62B0D6

Tints of Malibu #62B0D6

Color information

#62B0D6 (or 0x62B0D6) is unknown color: approx Malibu. HEX triplet: 62, B0 and D6. RGB value is (98,176,214). Sum of RGB (Red+Green+Blue) = 98+176+214=488 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.08% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 214 - color contains mainly: blue. Hex color #62B0D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62B0D6 is #9D4F29. Grayscale: #9C9C9C. Windows color (decimal): -10309418 or 14069858. OLE color: 14069858.

HSL color Cylindrical-coordinate representation of color #62B0D6: hue angle of 199.66º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62B0D6 is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB98176214-
CMYK0.540.1800.16
HSL199.66º58.59%61.18%-
HSV(B)199.66º54.21%83.92%-
XYZ32.738.569.33-
YUV157.01160.1685.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.08%
GREEN value IS 176 (69.14% from 255) = 36.07%
BLUE value IS 214 (83.98% from 255) = 43.85%
R=20.08%
G=36.07%
B=43.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal981762140.540.1800.16199.6658.5961.18
Hex62B0D63612010c83b3d
Octal14226032666220203107375
Binary110001010110000110101101101101001001000011001000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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