#90CCDE

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

Shades of Anakiwa #90CCDE

Tints of Anakiwa #90CCDE

Color information

#90CCDE (or 0x90CCDE) is unknown color: approx Anakiwa. HEX triplet: 90, CC and DE. RGB value is (144,204,222). Sum of RGB (Red+Green+Blue) = 144+204+222=570 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.26% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #90CCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CCDE is #6F3321. Grayscale: #BBBBBB. Windows color (decimal): -7287586 or 14601360. OLE color: 14601360.

HSL color Cylindrical-coordinate representation of color #90CCDE: hue angle of 193.85º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90CCDE is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144204222-
CMYK0.350.0800.13
HSL193.85º54.17%71.76%-
HSV(B)193.85º35.14%87.06%-
XYZ46.2854.3977.17-
YUV188.11147.1296.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.26%
GREEN value IS 204 (80.08% from 255) = 35.79%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=25.26%
G=35.79%
B=38.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1442042220.350.0800.13193.8554.1771.76
Hex90CCDE2380Dc23648
Octal220314336431001530266110
Binary100100001100110011011110100011100001101110000101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,204,222); }

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

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

 a { background-color: rgb(144,204,222); }

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

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

 span { border-color: rgb(144,204,222); }

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