#90D9EB

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

Shades of Anakiwa #90D9EB

Tints of Anakiwa #90D9EB

Color information

#90D9EB (or 0x90D9EB) is unknown color: approx Anakiwa. HEX triplet: 90, D9 and EB. RGB value is (144,217,235). Sum of RGB (Red+Green+Blue) = 144+217+235=596 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.16% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 235 - color contains mainly: blue. Hex color #90D9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D9EB is #6F2614. Grayscale: #C5C5C5. Windows color (decimal): -7284245 or 15456656. OLE color: 15456656.

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

Color convert

RGB144217235-
CMYK0.390.0800.08
HSL191.87º69.47%74.31%-
HSV(B)191.87º38.72%92.16%-
XYZ51.3161.5587.77-
YUV197.22149.3290.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.16%
GREEN value IS 217 (85.16% from 255) = 36.41%
BLUE value IS 235 (92.19% from 255) = 39.43%
R=24.16%
G=36.41%
B=39.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1442172350.390.0800.08191.8769.4774.31
Hex90D9EB27808c0454a
Octal2203313534710010300105112
Binary1001000011011001111010111001111000010001100000010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,217,235); }

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

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

 a { background-color: rgb(144,217,235); }

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

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

 span { border-color: rgb(144,217,235); }

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