Shades of Anakiwa #90CDDF
Tints of Anakiwa #90CDDF
RGB
CMYK
RGB Variations
Color information
#90CDDF (or 0x90CDDF) is known color: Anakiwa. HEX triplet: 90, CD and DF. RGB value is (144,205,223). Sum of RGB (Red+Green+Blue) = 144+205+223=572 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.17% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #90CDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CDDF is #6F3220. Grayscale: #BCBCBC. Windows color (decimal): -7287329 or 14667152. OLE color: 14667152.
HSL color Cylindrical-coordinate representation of color #90CDDF: hue angle of 193.67º 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 #90CDDF is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 205 | 223 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.13 |
| HSL | 193.67º | 0.55% | 0.72% | - |
| HSV(B) | 193.67º | 0.35% | 0.87% | - |
| XYZ | 46.65 | 54.92 | 77.95 | - |
| YUV | 188.81 | 147.29 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 223 | 0.35 | 0.08 | 0 | 0.13 | 193.67 | 0.55 | 0.72 |
| Hex | 90 | CD | DF | 23 | 8 | 0 | D | C2 | 37 | 48 |
| Octal | 220 | 315 | 337 | 43 | 10 | 0 | 15 | 302 | 67 | 110 |
| Binary | 10010000 | 11001101 | 11011111 | 100011 | 1000 | 0 | 1101 | 11000010 | 110111 | 1001000 |
Color Harmonies of #90CDDF
Complementary color
Monochromatic Colors of #90CDDF
Black with #90CDDF
Text Example
Text Example
White with #90CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CDDF; }
p { color: rgb(144,205,223); }
H1.HeaderClassName
{
color: #90CDDF;
}
.AnyTagClassName
{
color: #90CDDF;
}
</style>
background-color css
<style>
a { background-color: #90CDDF; }
a { background-color: rgb(144,205,223); }
div.DivClassName
{
background-color: #90CDDF;
}
.BgClassName
{
background-color: #90CDDF;
}
</style>
border-color css
<style>
span { border-color: #90CDDF; }
span { border-color: rgb(144,205,223); }
td.TdClassName
{
border-color: #90CDDF;
}
.TagClassName
{
border-color: #90CDDF;
}
</style>