#90DCEB

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

Shades of Anakiwa #90DCEB

Tints of Anakiwa #90DCEB

Color information

#90DCEB (or 0x90DCEB) is unknown color: approx Anakiwa. HEX triplet: 90, DC and EB. RGB value is (144,220,235). Sum of RGB (Red+Green+Blue) = 144+220+235=599 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24.04% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #90DCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DCEB is #6F2314. Grayscale: #C6C6C6. Windows color (decimal): -7283477 or 15457424. OLE color: 15457424.

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

Color convert

RGB144220235-
CMYK0.390.0600.08
HSL189.89º69.47%74.31%-
HSV(B)189.89º38.72%92.16%-
XYZ52.0963.1188.03-
YUV198.99148.3288.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.04%
GREEN value IS 220 (86.33% from 255) = 36.73%
BLUE value IS 235 (92.19% from 255) = 39.23%
R=24.04%
G=36.73%
B=39.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1442202350.390.0600.08189.8969.4774.31
Hex90DCEB27608be454a
Octal220334353476010276105112
Binary100100001101110011101011100111110010001011111010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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