#90CADF

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

Shades of Anakiwa #90CADF

Tints of Anakiwa #90CADF

Color information

#90CADF (or 0x90CADF) is unknown color: approx Anakiwa. HEX triplet: 90, CA and DF. RGB value is (144,202,223). Sum of RGB (Red+Green+Blue) = 144+202+223=569 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.31% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #90CADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CADF is #6F3520. Grayscale: #BABABA. Windows color (decimal): -7288097 or 14666384. OLE color: 14666384.

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

Color convert

RGB144202223-
CMYK0.350.0900.13
HSL195.95º55.24%71.96%-
HSV(B)195.95º35.43%87.45%-
XYZ45.9453.577.72-
YUV187.05148.2897.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.31%
GREEN value IS 202 (79.30% from 255) = 35.50%
BLUE value IS 223 (87.5% from 255) = 39.19%
R=25.31%
G=35.50%
B=39.19%

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
Decimal1442022230.350.0900.13195.9555.2471.96
Hex90CADF2390Dc43748
Octal220312337431101530467110
Binary100100001100101011011111100011100101101110001001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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