#90BADE

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

Shades of Cornflower #90BADE

Tints of Cornflower #90BADE

Color information

#90BADE (or 0x90BADE) is unknown color: approx Cornflower. HEX triplet: 90, BA and DE. RGB value is (144,186,222). Sum of RGB (Red+Green+Blue) = 144+186+222=552 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.09% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #90BADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BADE is #6F4521. Grayscale: #B1B1B1. Windows color (decimal): -7292194 or 14596752. OLE color: 14596752.

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

Color convert

RGB144186222-
CMYK0.350.1600.13
HSL207.69º54.17%71.76%-
HSV(B)207.69º35.14%87.06%-
XYZ42.2546.3275.82-
YUV177.55153.09104.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.09%
GREEN value IS 186 (73.05% from 255) = 33.70%
BLUE value IS 222 (87.11% from 255) = 40.22%
R=26.09%
G=33.70%
B=40.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441862220.350.1600.13207.6954.1771.76
Hex90BADE23100Dd03648
Octal220272336432001532066110
Binary1001000010111010110111101000111000001101110100001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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