Shades of Malibu #61BDF1
Tints of Malibu #61BDF1
RGB
CMYK
RGB Variations
Color information
#61BDF1 (or 0x61BDF1) is known color: Malibu. HEX triplet: 61, BD and F1. RGB value is (97,189,241). Sum of RGB (Red+Green+Blue) = 97+189+241=527 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.41% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #61BDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BDF1 is #9E420E. Grayscale: #A7A7A7. Windows color (decimal): -10371599 or 15842657. OLE color: 15842657.
HSL color Cylindrical-coordinate representation of color #61BDF1: hue angle of 201.67º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61BDF1 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 189 | 241 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.05 |
| HSL | 201.67º | 0.84% | 0.66% | - |
| HSV(B) | 201.67º | 0.6% | 0.95% | - |
| XYZ | 39 | 45.29 | 89.9 | - |
| YUV | 167.42 | 169.52 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 189 | 241 | 0.60 | 0.22 | 0 | 0.05 | 201.67 | 0.84 | 0.66 |
| Hex | 61 | BD | F1 | 3C | 16 | 0 | 5 | CA | 54 | 42 |
| Octal | 141 | 275 | 361 | 74 | 26 | 0 | 5 | 312 | 124 | 102 |
| Binary | 1100001 | 10111101 | 11110001 | 111100 | 10110 | 0 | 101 | 11001010 | 1010100 | 1000010 |
Color Harmonies of #61BDF1
Complementary color
Monochromatic Colors of #61BDF1
Black with #61BDF1
Text Example
Text Example
White with #61BDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BDF1; }
p { color: rgb(97,189,241); }
H1.HeaderClassName
{
color: #61BDF1;
}
.AnyTagClassName
{
color: #61BDF1;
}
</style>
background-color css
<style>
a { background-color: #61BDF1; }
a { background-color: rgb(97,189,241); }
div.DivClassName
{
background-color: #61BDF1;
}
.BgClassName
{
background-color: #61BDF1;
}
</style>
border-color css
<style>
span { border-color: #61BDF1; }
span { border-color: rgb(97,189,241); }
td.TdClassName
{
border-color: #61BDF1;
}
.TagClassName
{
border-color: #61BDF1;
}
</style>