Shades of Anakiwa #90CBDF
Tints of Anakiwa #90CBDF
RGB
CMYK
RGB Variations
Color information
#90CBDF (or 0x90CBDF) is known color: Anakiwa. HEX triplet: 90, CB and DF. RGB value is (144,203,223). Sum of RGB (Red+Green+Blue) = 144+203+223=570 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.26% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #90CBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CBDF is #6F3420. Grayscale: #BBBBBB. Windows color (decimal): -7287841 or 14666640. OLE color: 14666640.
HSL color Cylindrical-coordinate representation of color #90CBDF: hue angle of 195.19º 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 #90CBDF is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 203 | 223 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.13 |
| HSL | 195.19º | 0.55% | 0.72% | - |
| HSV(B) | 195.19º | 0.35% | 0.87% | - |
| XYZ | 46.18 | 53.97 | 77.8 | - |
| YUV | 187.64 | 147.95 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 203 | 223 | 0.35 | 0.09 | 0 | 0.13 | 195.19 | 0.55 | 0.72 |
| Hex | 90 | CB | DF | 23 | 9 | 0 | D | C3 | 37 | 48 |
| Octal | 220 | 313 | 337 | 43 | 11 | 0 | 15 | 303 | 67 | 110 |
| Binary | 10010000 | 11001011 | 11011111 | 100011 | 1001 | 0 | 1101 | 11000011 | 110111 | 1001000 |
Color Harmonies of #90CBDF
Complementary color
Monochromatic Colors of #90CBDF
Black with #90CBDF
Text Example
Text Example
White with #90CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CBDF; }
p { color: rgb(144,203,223); }
H1.HeaderClassName
{
color: #90CBDF;
}
.AnyTagClassName
{
color: #90CBDF;
}
</style>
background-color css
<style>
a { background-color: #90CBDF; }
a { background-color: rgb(144,203,223); }
div.DivClassName
{
background-color: #90CBDF;
}
.BgClassName
{
background-color: #90CBDF;
}
</style>
border-color css
<style>
span { border-color: #90CBDF; }
span { border-color: rgb(144,203,223); }
td.TdClassName
{
border-color: #90CBDF;
}
.TagClassName
{
border-color: #90CBDF;
}
</style>