Shades of Anakiwa #93DBF2
Tints of Anakiwa #93DBF2
RGB
CMYK
RGB Variations
Color information
#93DBF2 (or 0x93DBF2) is known color: Anakiwa. HEX triplet: 93, DB and F2. RGB value is (147,219,242). Sum of RGB (Red+Green+Blue) = 147+219+242=608 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.18% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 242 (94.92% from 255 or 39.80% from 608); Max value from RGB is 242 - color contains mainly: blue. Hex color #93DBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DBF2 is #6C240D. Grayscale: #C7C7C7. Windows color (decimal): -7087118 or 15915923. OLE color: 15915923.
HSL color Cylindrical-coordinate representation of color #93DBF2: hue angle of 194.53º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93DBF2 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 219 | 242 | - |
| CMYK | 0.39 | 0.10 | 0 | 0.05 |
| HSL | 194.53º | 0.79% | 0.76% | - |
| HSV(B) | 194.53º | 0.39% | 0.95% | - |
| XYZ | 53.39 | 63.28 | 93.4 | - |
| YUV | 200.09 | 151.65 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 219 | 242 | 0.39 | 0.10 | 0 | 0.05 | 194.53 | 0.79 | 0.76 |
| Hex | 93 | DB | F2 | 27 | A | 0 | 5 | C3 | 4F | 4C |
| Octal | 223 | 333 | 362 | 47 | 12 | 0 | 5 | 303 | 117 | 114 |
| Binary | 10010011 | 11011011 | 11110010 | 100111 | 1010 | 0 | 101 | 11000011 | 1001111 | 1001100 |
Color Harmonies of #93DBF2
Complementary color
Monochromatic Colors of #93DBF2
Black with #93DBF2
Text Example
Text Example
White with #93DBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DBF2; }
p { color: rgb(147,219,242); }
H1.HeaderClassName
{
color: #93DBF2;
}
.AnyTagClassName
{
color: #93DBF2;
}
</style>
background-color css
<style>
a { background-color: #93DBF2; }
a { background-color: rgb(147,219,242); }
div.DivClassName
{
background-color: #93DBF2;
}
.BgClassName
{
background-color: #93DBF2;
}
</style>
border-color css
<style>
span { border-color: #93DBF2; }
span { border-color: rgb(147,219,242); }
td.TdClassName
{
border-color: #93DBF2;
}
.TagClassName
{
border-color: #93DBF2;
}
</style>