Shades of Malibu #61BDF2
Tints of Malibu #61BDF2
RGB
CMYK
RGB Variations
Color information
#61BDF2 (or 0x61BDF2) is known color: Malibu. HEX triplet: 61, BD and F2. RGB value is (97,189,242). Sum of RGB (Red+Green+Blue) = 97+189+242=528 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.37% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 242 (94.92% from 255 or 45.83% from 528); Max value from RGB is 242 - color contains mainly: blue. Hex color #61BDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BDF2 is #9E420D. Grayscale: #A7A7A7. Windows color (decimal): -10371598 or 15908193. OLE color: 15908193.
HSL color Cylindrical-coordinate representation of color #61BDF2: hue angle of 201.93º degrees, saturation: 0.85, 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 #61BDF2 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 189 | 242 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.05 |
| HSL | 201.93º | 0.85% | 0.66% | - |
| HSV(B) | 201.93º | 0.6% | 0.95% | - |
| XYZ | 39.15 | 45.35 | 90.69 | - |
| YUV | 167.53 | 170.02 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 189 | 242 | 0.60 | 0.22 | 0 | 0.05 | 201.93 | 0.85 | 0.66 |
| Hex | 61 | BD | F2 | 3C | 16 | 0 | 5 | CA | 55 | 42 |
| Octal | 141 | 275 | 362 | 74 | 26 | 0 | 5 | 312 | 125 | 102 |
| Binary | 1100001 | 10111101 | 11110010 | 111100 | 10110 | 0 | 101 | 11001010 | 1010101 | 1000010 |
Color Harmonies of #61BDF2
Complementary color
Monochromatic Colors of #61BDF2
Black with #61BDF2
Text Example
Text Example
White with #61BDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BDF2; }
p { color: rgb(97,189,242); }
H1.HeaderClassName
{
color: #61BDF2;
}
.AnyTagClassName
{
color: #61BDF2;
}
</style>
background-color css
<style>
a { background-color: #61BDF2; }
a { background-color: rgb(97,189,242); }
div.DivClassName
{
background-color: #61BDF2;
}
.BgClassName
{
background-color: #61BDF2;
}
</style>
border-color css
<style>
span { border-color: #61BDF2; }
span { border-color: rgb(97,189,242); }
td.TdClassName
{
border-color: #61BDF2;
}
.TagClassName
{
border-color: #61BDF2;
}
</style>