#90D1EC

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

Shades of Anakiwa #90D1EC

Tints of Anakiwa #90D1EC

Color information

#90D1EC (or 0x90D1EC) is unknown color: approx Anakiwa. HEX triplet: 90, D1 and EC. RGB value is (144,209,236). Sum of RGB (Red+Green+Blue) = 144+209+236=589 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.45% from 589); Green value is 209 (82.03% from 255 or 35.48% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #90D1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D1EC is #6F2E13. Grayscale: #C0C0C0. Windows color (decimal): -7286292 or 15520144. OLE color: 15520144.

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

Color convert

RGB144209236-
CMYK0.390.1100.07
HSL197.61º70.77%74.51%-
HSV(B)197.61º38.98%92.55%-
XYZ49.4457.5987.87-
YUV192.64152.4793.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.45%
GREEN value IS 209 (82.03% from 255) = 35.48%
BLUE value IS 236 (92.58% from 255) = 40.07%
R=24.45%
G=35.48%
B=40.07%

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
Decimal1442092360.390.1100.07197.6170.7774.51
Hex90D1EC27B07c6474b
Octal220321354471307306107113
Binary100100001101000111101100100111101101111100011010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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