#90D1EA

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

Shades of Anakiwa #90D1EA

Tints of Anakiwa #90D1EA

Color information

#90D1EA (or 0x90D1EA) is unknown color: approx Anakiwa. HEX triplet: 90, D1 and EA. RGB value is (144,209,234). Sum of RGB (Red+Green+Blue) = 144+209+234=587 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.53% from 587); Green value is 209 (82.03% from 255 or 35.60% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #90D1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D1EA is #6F2E15. Grayscale: #C0C0C0. Windows color (decimal): -7286294 or 15389072. OLE color: 15389072.

HSL color Cylindrical-coordinate representation of color #90D1EA: hue angle of 196.67º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90D1EA is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB144209234-
CMYK0.380.1100.08
HSL196.67º68.18%74.12%-
HSV(B)196.67º38.46%91.76%-
XYZ49.1557.4786.34-
YUV192.41151.4793.47-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.53%
GREEN value IS 209 (82.03% from 255) = 35.60%
BLUE value IS 234 (91.80% from 255) = 39.86%
R=24.53%
G=35.60%
B=39.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1442092340.380.1100.08196.6768.1874.12
Hex90D1EA26B08c5444a
Octal2203213524613010305104112
Binary1001000011010001111010101001101011010001100010110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,209,234); }

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

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

 a { background-color: rgb(144,209,234); }

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

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

 span { border-color: rgb(144,209,234); }

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