Shades of Anakiwa #90CFDE
Tints of Anakiwa #90CFDE
RGB
CMYK
RGB Variations
Color information
#90CFDE (or 0x90CFDE) is known color: Anakiwa. HEX triplet: 90, CF and DE. RGB value is (144,207,222). Sum of RGB (Red+Green+Blue) = 144+207+222=573 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.13% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #90CFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CFDE is #6F3021. Grayscale: #BDBDBD. Windows color (decimal): -7286818 or 14602128. OLE color: 14602128.
HSL color Cylindrical-coordinate representation of color #90CFDE: hue angle of 191.54º degrees, saturation: 0.54, 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 #90CFDE is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 207 | 222 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.13 |
| HSL | 191.54º | 0.54% | 0.72% | - |
| HSV(B) | 191.54º | 0.35% | 0.87% | - |
| XYZ | 47 | 55.83 | 77.41 | - |
| YUV | 189.87 | 146.13 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 207 | 222 | 0.35 | 0.07 | 0 | 0.13 | 191.54 | 0.54 | 0.72 |
| Hex | 90 | CF | DE | 23 | 7 | 0 | D | C0 | 36 | 48 |
| Octal | 220 | 317 | 336 | 43 | 7 | 0 | 15 | 300 | 66 | 110 |
| Binary | 10010000 | 11001111 | 11011110 | 100011 | 111 | 0 | 1101 | 11000000 | 110110 | 1001000 |
Color Harmonies of #90CFDE
Complementary color
Monochromatic Colors of #90CFDE
Black with #90CFDE
Text Example
Text Example
White with #90CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CFDE; }
p { color: rgb(144,207,222); }
H1.HeaderClassName
{
color: #90CFDE;
}
.AnyTagClassName
{
color: #90CFDE;
}
</style>
background-color css
<style>
a { background-color: #90CFDE; }
a { background-color: rgb(144,207,222); }
div.DivClassName
{
background-color: #90CFDE;
}
.BgClassName
{
background-color: #90CFDE;
}
</style>
border-color css
<style>
span { border-color: #90CFDE; }
span { border-color: rgb(144,207,222); }
td.TdClassName
{
border-color: #90CFDE;
}
.TagClassName
{
border-color: #90CFDE;
}
</style>