#90DCEE

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

Shades of Anakiwa #90DCEE

Tints of Anakiwa #90DCEE

Color information

#90DCEE (or 0x90DCEE) is unknown color: approx Anakiwa. HEX triplet: 90, DC and EE. RGB value is (144,220,238). Sum of RGB (Red+Green+Blue) = 144+220+238=602 (79% of max value = 765). Red value is 144 (56.64% from 255 or 23.92% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #90DCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DCEE is #6F2311. Grayscale: #C7C7C7. Windows color (decimal): -7283474 or 15654032. OLE color: 15654032.

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

Color convert

RGB144220238-
CMYK0.390.0800.07
HSL191.49º73.44%74.9%-
HSV(B)191.49º39.5%93.33%-
XYZ52.5363.2990.34-
YUV199.33149.8288.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.92%
GREEN value IS 220 (86.33% from 255) = 36.54%
BLUE value IS 238 (93.36% from 255) = 39.53%
R=23.92%
G=36.54%
B=39.53%

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
Decimal1442202380.390.0800.07191.4973.4474.9
Hex90DCEE27807bf494b
Octal220334356471007277111113
Binary100100001101110011101110100111100001111011111110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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