Shades of Malibu #61AFDC
Tints of Malibu #61AFDC
RGB
CMYK
RGB Variations
Color information
#61AFDC (or 0x61AFDC) is known color: Malibu. HEX triplet: 61, AF and DC. RGB value is (97,175,220). Sum of RGB (Red+Green+Blue) = 97+175+220=492 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.72% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #61AFDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AFDC is #9E5023. Grayscale: #9C9C9C. Windows color (decimal): -10375204 or 14462817. OLE color: 14462817.
HSL color Cylindrical-coordinate representation of color #61AFDC: hue angle of 201.95º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61AFDC is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 175 | 220 | - |
| CMYK | 0.56 | 0.20 | 0 | 0.14 |
| HSL | 201.95º | 0.64% | 0.62% | - |
| HSV(B) | 201.95º | 0.56% | 0.86% | - |
| XYZ | 33.18 | 38.37 | 73.37 | - |
| YUV | 156.81 | 163.66 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 175 | 220 | 0.56 | 0.20 | 0 | 0.14 | 201.95 | 0.64 | 0.62 |
| Hex | 61 | AF | DC | 38 | 14 | 0 | E | CA | 40 | 3E |
| Octal | 141 | 257 | 334 | 70 | 24 | 0 | 16 | 312 | 100 | 76 |
| Binary | 1100001 | 10101111 | 11011100 | 111000 | 10100 | 0 | 1110 | 11001010 | 1000000 | 111110 |
Color Harmonies of #61AFDC
Complementary color
Monochromatic Colors of #61AFDC
Black with #61AFDC
Text Example
Text Example
White with #61AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AFDC; }
p { color: rgb(97,175,220); }
H1.HeaderClassName
{
color: #61AFDC;
}
.AnyTagClassName
{
color: #61AFDC;
}
</style>
background-color css
<style>
a { background-color: #61AFDC; }
a { background-color: rgb(97,175,220); }
div.DivClassName
{
background-color: #61AFDC;
}
.BgClassName
{
background-color: #61AFDC;
}
</style>
border-color css
<style>
span { border-color: #61AFDC; }
span { border-color: rgb(97,175,220); }
td.TdClassName
{
border-color: #61AFDC;
}
.TagClassName
{
border-color: #61AFDC;
}
</style>