#62BDD7

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

Shades of Malibu #62BDD7

Tints of Malibu #62BDD7

Color information

#62BDD7 (or 0x62BDD7) is unknown color: approx Malibu. HEX triplet: 62, BD and D7. RGB value is (98,189,215). Sum of RGB (Red+Green+Blue) = 98+189+215=502 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.52% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 215 (84.38% from 255 or 42.83% from 502); Max value from RGB is 215 - color contains mainly: blue. Hex color #62BDD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BDD7 is #9D4228. Grayscale: #A4A4A4. Windows color (decimal): -10306089 or 14138722. OLE color: 14138722.

HSL color Cylindrical-coordinate representation of color #62BDD7: hue angle of 193.33º 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 #62BDD7 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB98189215-
CMYK0.540.1200.16
HSL193.33º59.39%61.37%-
HSV(B)193.33º54.42%84.31%-
XYZ35.543.970.89-
YUV164.76156.3580.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 19.52%
GREEN value IS 189 (74.22% from 255) = 37.65%
BLUE value IS 215 (84.38% from 255) = 42.83%
R=19.52%
G=37.65%
B=42.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal981892150.540.1200.16193.3359.3961.37
Hex62BDD736C010c13b3d
Octal14227532766140203017375
Binary11000101011110111010111110110110001000011000001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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