#90CEDF

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

Shades of Anakiwa #90CEDF

Tints of Anakiwa #90CEDF

Color information

#90CEDF (or 0x90CEDF) is unknown color: approx Anakiwa. HEX triplet: 90, CE and DF. RGB value is (144,206,223). Sum of RGB (Red+Green+Blue) = 144+206+223=573 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.13% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #90CEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CEDF is #6F3120. Grayscale: #BDBDBD. Windows color (decimal): -7287073 or 14667408. OLE color: 14667408.

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

Color convert

RGB144206223-
CMYK0.350.0800.13
HSL192.91º55.24%71.96%-
HSV(B)192.91º35.43%87.45%-
XYZ46.8955.478.03-
YUV189.4146.9695.62-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.13%
GREEN value IS 206 (80.86% from 255) = 35.95%
BLUE value IS 223 (87.5% from 255) = 38.92%
R=25.13%
G=35.95%
B=38.92%

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
Decimal1442062230.350.0800.13192.9155.2471.96
Hex90CEDF2380Dc13748
Octal220316337431001530167110
Binary100100001100111011011111100011100001101110000011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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