Shades of Anakiwa #90CCDF
Tints of Anakiwa #90CCDF
RGB
CMYK
RGB Variations
Color information
#90CCDF (or 0x90CCDF) is known color: Anakiwa. HEX triplet: 90, CC and DF. RGB value is (144,204,223). Sum of RGB (Red+Green+Blue) = 144+204+223=571 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.22% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #90CCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CCDF is #6F3320. Grayscale: #BCBCBC. Windows color (decimal): -7287585 or 14666896. OLE color: 14666896.
HSL color Cylindrical-coordinate representation of color #90CCDF: hue angle of 194.43º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90CCDF is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 204 | 223 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.13 |
| HSL | 194.43º | 0.55% | 0.72% | - |
| HSV(B) | 194.43º | 0.35% | 0.87% | - |
| XYZ | 46.41 | 54.44 | 77.87 | - |
| YUV | 188.23 | 147.62 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 204 | 223 | 0.35 | 0.09 | 0 | 0.13 | 194.43 | 0.55 | 0.72 |
| Hex | 90 | CC | DF | 23 | 9 | 0 | D | C2 | 37 | 48 |
| Octal | 220 | 314 | 337 | 43 | 11 | 0 | 15 | 302 | 67 | 110 |
| Binary | 10010000 | 11001100 | 11011111 | 100011 | 1001 | 0 | 1101 | 11000010 | 110111 | 1001000 |
Color Harmonies of #90CCDF
Complementary color
Monochromatic Colors of #90CCDF
Black with #90CCDF
Text Example
Text Example
White with #90CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CCDF; }
p { color: rgb(144,204,223); }
H1.HeaderClassName
{
color: #90CCDF;
}
.AnyTagClassName
{
color: #90CCDF;
}
</style>
background-color css
<style>
a { background-color: #90CCDF; }
a { background-color: rgb(144,204,223); }
div.DivClassName
{
background-color: #90CCDF;
}
.BgClassName
{
background-color: #90CCDF;
}
</style>
border-color css
<style>
span { border-color: #90CCDF; }
span { border-color: rgb(144,204,223); }
td.TdClassName
{
border-color: #90CCDF;
}
.TagClassName
{
border-color: #90CCDF;
}
</style>