Shades of Malibu #62BFDA
Tints of Malibu #62BFDA
RGB
CMYK
RGB Variations
Color information
#62BFDA (or 0x62BFDA) is known color: Malibu. HEX triplet: 62, BF and DA. RGB value is (98,191,218). Sum of RGB (Red+Green+Blue) = 98+191+218=507 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.33% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #62BFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BFDA is #9D4025. Grayscale: #A6A6A6. Windows color (decimal): -10305574 or 14335842. OLE color: 14335842.
HSL color Cylindrical-coordinate representation of color #62BFDA: hue angle of 193.5º degrees, saturation: 0.62, 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 #62BFDA is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 191 | 218 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.15 |
| HSL | 193.5º | 0.62% | 0.62% | - |
| HSV(B) | 193.5º | 0.55% | 0.85% | - |
| XYZ | 36.32 | 44.92 | 73.09 | - |
| YUV | 166.27 | 157.19 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 191 | 218 | 0.55 | 0.12 | 0 | 0.15 | 193.5 | 0.62 | 0.62 |
| Hex | 62 | BF | DA | 37 | C | 0 | F | C2 | 3E | 3E |
| Octal | 142 | 277 | 332 | 67 | 14 | 0 | 17 | 302 | 76 | 76 |
| Binary | 1100010 | 10111111 | 11011010 | 110111 | 1100 | 0 | 1111 | 11000010 | 111110 | 111110 |
Color Harmonies of #62BFDA
Complementary color
Monochromatic Colors of #62BFDA
Black with #62BFDA
Text Example
Text Example
White with #62BFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BFDA; }
p { color: rgb(98,191,218); }
H1.HeaderClassName
{
color: #62BFDA;
}
.AnyTagClassName
{
color: #62BFDA;
}
</style>
background-color css
<style>
a { background-color: #62BFDA; }
a { background-color: rgb(98,191,218); }
div.DivClassName
{
background-color: #62BFDA;
}
.BgClassName
{
background-color: #62BFDA;
}
</style>
border-color css
<style>
span { border-color: #62BFDA; }
span { border-color: rgb(98,191,218); }
td.TdClassName
{
border-color: #62BFDA;
}
.TagClassName
{
border-color: #62BFDA;
}
</style>