#90BADC

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

Shades of Cornflower #90BADC

Tints of Cornflower #90BADC

Color information

#90BADC (or 0x90BADC) is unknown color: approx Cornflower. HEX triplet: 90, BA and DC. RGB value is (144,186,220). Sum of RGB (Red+Green+Blue) = 144+186+220=550 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.18% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #90BADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BADC is #6F4523. Grayscale: #B1B1B1. Windows color (decimal): -7292196 or 14465680. OLE color: 14465680.

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

Color convert

RGB144186220-
CMYK0.350.1500.14
HSL206.84º52.05%71.37%-
HSV(B)206.84º34.55%86.27%-
XYZ41.9846.2174.42-
YUV177.32152.09104.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.18%
GREEN value IS 186 (73.05% from 255) = 33.82%
BLUE value IS 220 (86.33% from 255) = 40%
R=26.18%
G=33.82%
B=40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1441862200.350.1500.14206.8452.0571.37
Hex90BADC23F0Ecf3447
Octal220272334431701631764107
Binary100100001011101011011100100011111101110110011111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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