#90BAE7

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

Shades of Cornflower #90BAE7

Tints of Cornflower #90BAE7

Color information

#90BAE7 (or 0x90BAE7) is unknown color: approx Cornflower. HEX triplet: 90, BA and E7. RGB value is (144,186,231). Sum of RGB (Red+Green+Blue) = 144+186+231=561 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.67% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 231 (90.62% from 255 or 41.18% from 561); Max value from RGB is 231 - color contains mainly: blue. Hex color #90BAE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BAE7 is #6F4518. Grayscale: #B2B2B2. Windows color (decimal): -7292185 or 15186576. OLE color: 15186576.

HSL color Cylindrical-coordinate representation of color #90BAE7: hue angle of 211.03º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90BAE7 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB144186231-
CMYK0.380.1900.09
HSL211.03º64.44%73.53%-
HSV(B)211.03º37.66%90.59%-
XYZ43.4846.8282.35-
YUV178.57157.59103.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.67%
GREEN value IS 186 (73.05% from 255) = 33.16%
BLUE value IS 231 (90.62% from 255) = 41.18%
R=25.67%
G=33.16%
B=41.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1441862310.380.1900.09211.0364.4473.53
Hex90BAE7261309d3404a
Octal2202723474623011323100112
Binary10010000101110101110011110011010011010011101001110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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