Shades of Malibu #61B8DF
Tints of Malibu #61B8DF
RGB
CMYK
RGB Variations
Color information
#61B8DF (or 0x61B8DF) is known color: Malibu. HEX triplet: 61, B8 and DF. RGB value is (97,184,223). Sum of RGB (Red+Green+Blue) = 97+184+223=504 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.25% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #61B8DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B8DF is #9E4720. Grayscale: #A2A2A2. Windows color (decimal): -10372897 or 14661729. OLE color: 14661729.
HSL color Cylindrical-coordinate representation of color #61B8DF: hue angle of 198.57º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61B8DF is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 184 | 223 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.13 |
| HSL | 198.57º | 0.66% | 0.63% | - |
| HSV(B) | 198.57º | 0.57% | 0.87% | - |
| XYZ | 35.39 | 42.15 | 76.08 | - |
| YUV | 162.43 | 162.18 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 184 | 223 | 0.57 | 0.17 | 0 | 0.13 | 198.57 | 0.66 | 0.63 |
| Hex | 61 | B8 | DF | 39 | 11 | 0 | D | C7 | 42 | 3F |
| Octal | 141 | 270 | 337 | 71 | 21 | 0 | 15 | 307 | 102 | 77 |
| Binary | 1100001 | 10111000 | 11011111 | 111001 | 10001 | 0 | 1101 | 11000111 | 1000010 | 111111 |
Color Harmonies of #61B8DF
Complementary color
Monochromatic Colors of #61B8DF
Black with #61B8DF
Text Example
Text Example
White with #61B8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B8DF; }
p { color: rgb(97,184,223); }
H1.HeaderClassName
{
color: #61B8DF;
}
.AnyTagClassName
{
color: #61B8DF;
}
</style>
background-color css
<style>
a { background-color: #61B8DF; }
a { background-color: rgb(97,184,223); }
div.DivClassName
{
background-color: #61B8DF;
}
.BgClassName
{
background-color: #61B8DF;
}
</style>
border-color css
<style>
span { border-color: #61B8DF; }
span { border-color: rgb(97,184,223); }
td.TdClassName
{
border-color: #61B8DF;
}
.TagClassName
{
border-color: #61B8DF;
}
</style>