#90B9DC

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

Shades of Cornflower #90B9DC

Tints of Cornflower #90B9DC

Color information

#90B9DC (or 0x90B9DC) is unknown color: approx Cornflower. HEX triplet: 90, B9 and DC. RGB value is (144,185,220). Sum of RGB (Red+Green+Blue) = 144+185+220=549 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.23% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #90B9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B9DC is #6F4623. Grayscale: #B0B0B0. Windows color (decimal): -7292452 or 14465424. OLE color: 14465424.

HSL color Cylindrical-coordinate representation of color #90B9DC: hue angle of 207.63º 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 #90B9DC is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB144185220-
CMYK0.350.1600.14
HSL207.63º52.05%71.37%-
HSV(B)207.63º34.55%86.27%-
XYZ41.7745.7974.35-
YUV176.73152.42104.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.23%
GREEN value IS 185 (72.66% from 255) = 33.70%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=26.23%
G=33.70%
B=40.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1441852200.350.1600.14207.6352.0571.37
Hex90B9DC23100Ed03447
Octal220271334432001632064107
Binary1001000010111001110111001000111000001110110100001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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