Shades of Malibu #61BDEF
Tints of Malibu #61BDEF
RGB
CMYK
RGB Variations
Color information
#61BDEF (or 0x61BDEF) is known color: Malibu. HEX triplet: 61, BD and EF. RGB value is (97,189,239). Sum of RGB (Red+Green+Blue) = 97+189+239=525 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.48% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #61BDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BDEF is #9E4210. Grayscale: #A6A6A6. Windows color (decimal): -10371601 or 15711585. OLE color: 15711585.
HSL color Cylindrical-coordinate representation of color #61BDEF: hue angle of 201.13º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61BDEF is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 189 | 239 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.06 |
| HSL | 201.13º | 0.82% | 0.66% | - |
| HSV(B) | 201.13º | 0.59% | 0.94% | - |
| XYZ | 38.71 | 45.17 | 88.34 | - |
| YUV | 167.19 | 168.52 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 189 | 239 | 0.59 | 0.21 | 0 | 0.06 | 201.13 | 0.82 | 0.66 |
| Hex | 61 | BD | EF | 3B | 15 | 0 | 6 | C9 | 52 | 42 |
| Octal | 141 | 275 | 357 | 73 | 25 | 0 | 6 | 311 | 122 | 102 |
| Binary | 1100001 | 10111101 | 11101111 | 111011 | 10101 | 0 | 110 | 11001001 | 1010010 | 1000010 |
Color Harmonies of #61BDEF
Complementary color
Monochromatic Colors of #61BDEF
Black with #61BDEF
Text Example
Text Example
White with #61BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BDEF; }
p { color: rgb(97,189,239); }
H1.HeaderClassName
{
color: #61BDEF;
}
.AnyTagClassName
{
color: #61BDEF;
}
</style>
background-color css
<style>
a { background-color: #61BDEF; }
a { background-color: rgb(97,189,239); }
div.DivClassName
{
background-color: #61BDEF;
}
.BgClassName
{
background-color: #61BDEF;
}
</style>
border-color css
<style>
span { border-color: #61BDEF; }
span { border-color: rgb(97,189,239); }
td.TdClassName
{
border-color: #61BDEF;
}
.TagClassName
{
border-color: #61BDEF;
}
</style>