#90C8DD

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

Shades of Anakiwa #90C8DD

Tints of Anakiwa #90C8DD

Color information

#90C8DD (or 0x90C8DD) is unknown color: approx Anakiwa. HEX triplet: 90, C8 and DD. RGB value is (144,200,221). Sum of RGB (Red+Green+Blue) = 144+200+221=565 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.49% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #90C8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C8DD is #6F3722. Grayscale: #B9B9B9. Windows color (decimal): -7288611 or 14534800. OLE color: 14534800.

HSL color Cylindrical-coordinate representation of color #90C8DD: hue angle of 196.36º degrees, saturation: 0.53, 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 #90C8DD is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144200221-
CMYK0.350.1000.13
HSL196.36º53.1%71.57%-
HSV(B)196.36º34.84%86.67%-
XYZ45.2152.4676.15-
YUV185.65147.9598.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.49%
GREEN value IS 200 (78.52% from 255) = 35.40%
BLUE value IS 221 (86.72% from 255) = 39.12%
R=25.49%
G=35.40%
B=39.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1442002210.350.1000.13196.3653.171.57
Hex90C8DD23A0Dc43548
Octal220310335431201530465110
Binary100100001100100011011101100011101001101110001001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,200,221); }

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

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

 a { background-color: rgb(144,200,221); }

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

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

 span { border-color: rgb(144,200,221); }

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