Shades of Anakiwa #93CDDF
Tints of Anakiwa #93CDDF
RGB
CMYK
RGB Variations
Color information
#93CDDF (or 0x93CDDF) is known color: Anakiwa. HEX triplet: 93, CD and DF. RGB value is (147,205,223). Sum of RGB (Red+Green+Blue) = 147+205+223=575 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.57% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #93CDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CDDF is #6C3220. Grayscale: #BDBDBD. Windows color (decimal): -7090721 or 14667155. OLE color: 14667155.
HSL color Cylindrical-coordinate representation of color #93CDDF: hue angle of 194.21º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93CDDF is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 205 | 223 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.13 |
| HSL | 194.21º | 0.54% | 0.73% | - |
| HSV(B) | 194.21º | 0.34% | 0.87% | - |
| XYZ | 47.18 | 55.19 | 77.98 | - |
| YUV | 189.71 | 146.78 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 205 | 223 | 0.34 | 0.08 | 0 | 0.13 | 194.21 | 0.54 | 0.73 |
| Hex | 93 | CD | DF | 22 | 8 | 0 | D | C2 | 36 | 49 |
| Octal | 223 | 315 | 337 | 42 | 10 | 0 | 15 | 302 | 66 | 111 |
| Binary | 10010011 | 11001101 | 11011111 | 100010 | 1000 | 0 | 1101 | 11000010 | 110110 | 1001001 |
Color Harmonies of #93CDDF
Complementary color
Monochromatic Colors of #93CDDF
Black with #93CDDF
Text Example
Text Example
White with #93CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CDDF; }
p { color: rgb(147,205,223); }
H1.HeaderClassName
{
color: #93CDDF;
}
.AnyTagClassName
{
color: #93CDDF;
}
</style>
background-color css
<style>
a { background-color: #93CDDF; }
a { background-color: rgb(147,205,223); }
div.DivClassName
{
background-color: #93CDDF;
}
.BgClassName
{
background-color: #93CDDF;
}
</style>
border-color css
<style>
span { border-color: #93CDDF; }
span { border-color: rgb(147,205,223); }
td.TdClassName
{
border-color: #93CDDF;
}
.TagClassName
{
border-color: #93CDDF;
}
</style>