#90DAEE

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

Shades of Anakiwa #90DAEE

Tints of Anakiwa #90DAEE

Color information

#90DAEE (or 0x90DAEE) is unknown color: approx Anakiwa. HEX triplet: 90, DA and EE. RGB value is (144,218,238). Sum of RGB (Red+Green+Blue) = 144+218+238=600 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #90DAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DAEE is #6F2511. Grayscale: #C6C6C6. Windows color (decimal): -7283986 or 15653520. OLE color: 15653520.

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

Color convert

RGB144218238-
CMYK0.390.0800.07
HSL192.77º73.44%74.9%-
HSV(B)192.77º39.5%93.33%-
XYZ52.0162.2590.16-
YUV198.15150.4889.37-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24%
GREEN value IS 218 (85.55% from 255) = 36.33%
BLUE value IS 238 (93.36% from 255) = 39.67%
R=24%
G=36.33%
B=39.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1442182380.390.0800.07192.7773.4474.9
Hex90DAEE27807c1494b
Octal220332356471007301111113
Binary100100001101101011101110100111100001111100000110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,218,238); }

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

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

 a { background-color: rgb(144,218,238); }

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

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

 span { border-color: rgb(144,218,238); }

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