Shades of Anakiwa #93DBF0
Tints of Anakiwa #93DBF0
RGB
CMYK
RGB Variations
Color information
#93DBF0 (or 0x93DBF0) is known color: Anakiwa. HEX triplet: 93, DB and F0. RGB value is (147,219,240). Sum of RGB (Red+Green+Blue) = 147+219+240=606 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.26% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 240 - color contains mainly: blue. Hex color #93DBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DBF0 is #6C240F. Grayscale: #C7C7C7. Windows color (decimal): -7087120 or 15784851. OLE color: 15784851.
HSL color Cylindrical-coordinate representation of color #93DBF0: hue angle of 193.55º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93DBF0 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 219 | 240 | - |
| CMYK | 0.39 | 0.09 | 0 | 0.06 |
| HSL | 193.55º | 0.76% | 0.76% | - |
| HSV(B) | 193.55º | 0.39% | 0.94% | - |
| XYZ | 53.09 | 63.16 | 91.83 | - |
| YUV | 199.87 | 150.65 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 219 | 240 | 0.39 | 0.09 | 0 | 0.06 | 193.55 | 0.76 | 0.76 |
| Hex | 93 | DB | F0 | 27 | 9 | 0 | 6 | C2 | 4C | 4C |
| Octal | 223 | 333 | 360 | 47 | 11 | 0 | 6 | 302 | 114 | 114 |
| Binary | 10010011 | 11011011 | 11110000 | 100111 | 1001 | 0 | 110 | 11000010 | 1001100 | 1001100 |
Color Harmonies of #93DBF0
Complementary color
Monochromatic Colors of #93DBF0
Black with #93DBF0
Text Example
Text Example
White with #93DBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DBF0; }
p { color: rgb(147,219,240); }
H1.HeaderClassName
{
color: #93DBF0;
}
.AnyTagClassName
{
color: #93DBF0;
}
</style>
background-color css
<style>
a { background-color: #93DBF0; }
a { background-color: rgb(147,219,240); }
div.DivClassName
{
background-color: #93DBF0;
}
.BgClassName
{
background-color: #93DBF0;
}
</style>
border-color css
<style>
span { border-color: #93DBF0; }
span { border-color: rgb(147,219,240); }
td.TdClassName
{
border-color: #93DBF0;
}
.TagClassName
{
border-color: #93DBF0;
}
</style>