#90D2EC

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

Shades of Anakiwa #90D2EC

Tints of Anakiwa #90D2EC

Color information

#90D2EC (or 0x90D2EC) is unknown color: approx Anakiwa. HEX triplet: 90, D2 and EC. RGB value is (144,210,236). Sum of RGB (Red+Green+Blue) = 144+210+236=590 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.41% from 590); Green value is 210 (82.42% from 255 or 35.59% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #90D2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D2EC is #6F2D13. Grayscale: #C1C1C1. Windows color (decimal): -7286036 or 15520400. OLE color: 15520400.

HSL color Cylindrical-coordinate representation of color #90D2EC: hue angle of 196.96º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90D2EC is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB144210236-
CMYK0.390.1100.07
HSL196.96º70.77%74.51%-
HSV(B)196.96º38.98%92.55%-
XYZ49.6958.0887.95-
YUV193.23152.1392.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.41%
GREEN value IS 210 (82.42% from 255) = 35.59%
BLUE value IS 236 (92.58% from 255) = 40%
R=24.41%
G=35.59%
B=40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1442102360.390.1100.07196.9670.7774.51
Hex90D2EC27B07c5474b
Octal220322354471307305107113
Binary100100001101001011101100100111101101111100010110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,210,236); }

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

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

 a { background-color: rgb(144,210,236); }

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

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

 span { border-color: rgb(144,210,236); }

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