#90CADD

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

Shades of Anakiwa #90CADD

Tints of Anakiwa #90CADD

Color information

#90CADD (or 0x90CADD) is unknown color: approx Anakiwa. HEX triplet: 90, CA and DD. RGB value is (144,202,221). Sum of RGB (Red+Green+Blue) = 144+202+221=567 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.40% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #90CADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CADD is #6F3522. Grayscale: #BABABA. Windows color (decimal): -7288099 or 14535312. OLE color: 14535312.

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

Color convert

RGB144202221-
CMYK0.350.0900.13
HSL194.81º53.1%71.57%-
HSV(B)194.81º34.84%86.67%-
XYZ45.6753.3976.3-
YUV186.82147.2897.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.40%
GREEN value IS 202 (79.30% from 255) = 35.63%
BLUE value IS 221 (86.72% from 255) = 38.98%
R=25.40%
G=35.63%
B=38.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1442022210.350.0900.13194.8153.171.57
Hex90CADD2390Dc33548
Octal220312335431101530365110
Binary100100001100101011011101100011100101101110000111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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