#90CBDD

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

Shades of Anakiwa #90CBDD

Tints of Anakiwa #90CBDD

Color information

#90CBDD (or 0x90CBDD) is unknown color: approx Anakiwa. HEX triplet: 90, CB and DD. RGB value is (144,203,221). Sum of RGB (Red+Green+Blue) = 144+203+221=568 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.35% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #90CBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CBDD is #6F3422. Grayscale: #BBBBBB. Windows color (decimal): -7287843 or 14535568. OLE color: 14535568.

HSL color Cylindrical-coordinate representation of color #90CBDD: hue angle of 194.03º degrees, saturation: 0.53, 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 #90CBDD is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144203221-
CMYK0.350.0800.13
HSL194.03º53.1%71.57%-
HSV(B)194.03º34.84%86.67%-
XYZ45.9153.8676.38-
YUV187.41146.9597.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.35%
GREEN value IS 203 (79.69% from 255) = 35.74%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=25.35%
G=35.74%
B=38.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1442032210.350.0800.13194.0353.171.57
Hex90CBDD2380Dc23548
Octal220313335431001530265110
Binary100100001100101111011101100011100001101110000101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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