#90CBDC

Color #90CBDC Anakiwa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Anakiwa #90CBDC

Tints of Anakiwa #90CBDC

Color information

#90CBDC (or 0x90CBDC) is unknown color: approx Anakiwa. HEX triplet: 90, CB and DC. RGB value is (144,203,220). Sum of RGB (Red+Green+Blue) = 144+203+220=567 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.40% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #90CBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CBDC is #6F3423. Grayscale: #BBBBBB. Windows color (decimal): -7287844 or 14470032. OLE color: 14470032.

HSL color Cylindrical-coordinate representation of color #90CBDC: hue angle of 193.42º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90CBDC is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB144203220-
CMYK0.350.0800.14
HSL193.42º52.05%71.37%-
HSV(B)193.42º34.55%86.27%-
XYZ45.7853.8175.68-
YUV187.3146.4597.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 25.40%
GREEN value IS 203 (79.69% from 255) = 35.80%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=25.40%
G=35.80%
B=38.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1442032200.350.0800.14193.4252.0571.37
Hex90CBDC2380Ec13447
Octal220313334431001630164107
Binary100100001100101111011100100011100001110110000011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90CBDC; }

 p { color: rgb(144,203,220); }

 H1.HeaderClassName
 {
   color: #90CBDC;
 }
 .AnyTagClassName
 {
   color: #90CBDC;
 }
</style>
background-color css

<style>
 a { background-color: #90CBDC; }

 a { background-color: rgb(144,203,220); }

 div.DivClassName
 {
   background-color: #90CBDC;
 }
 .BgClassName
 {
   background-color: #90CBDC;
 }
</style>
border-color css

<style>
 span { border-color: #90CBDC; }

 span { border-color: rgb(144,203,220); }

 td.TdClassName
 {
   border-color: #90CBDC;
 }
 .TagClassName
 {
   border-color: #90CBDC;
 }
</style>