#90c9dc

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

Shades of Anakiwa #90C9DC

Tints of Anakiwa #90C9DC

Color information

#90C9DC (or 0x90C9DC) is unknown color: approx Anakiwa. HEX triplet: 90, C9 and DC. RGB value is (144,201,220). Sum of RGB (Red+Green+Blue) = 144+201+220=565 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.49% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #90C9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C9DC is #6F3623. Grayscale: #B9B9B9. Windows color (decimal): -7288356 or 14469520. OLE color: 14469520.

HSL color Cylindrical-coordinate representation of color #90C9DC: hue angle of 195º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90C9DC is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB144201220-
CMYK0.350.0900.14
HSL195º52.05%71.37%-
HSV(B)195º34.55%86.27%-
XYZ45.3152.8775.53-
YUV186.12147.1297.96-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.49%
GREEN value IS 201 (78.91% from 255) = 35.58%
BLUE value IS 220 (86.33% from 255) = 38.94%
R=25.49%
G=35.58%
B=38.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1442012200.350.0900.1419552.0571.37
Hex90C9DC2390Ec33447
Octal220311334431101630364107
Binary100100001100100111011100100011100101110110000111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90c9dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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