Html Css Color HEX #90BAE7 Cornflower

📋 copy color: '#90BAE7'

red 144 ◦ green 186 ◦ blue 231

#90BAE7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower #90BAE7

Tints of Cornflower #90BAE7

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.63% from 255) = 41.18%

R = 25.67%
G = 33.16%
B = 41.18%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#90BAE7 (or 0x90BAE7) is known color: 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

RGB 144 186 231 -
CMYK 0.38 0.19 0 0.09
HSL 211.03º 0.64% 0.74% -
HSV(B) 211.03º 0.38% 0.91% -
XYZ 43.48 46.82 82.35 -
YUV 178.57 157.59 103.34 -
System Red Green Blue C M Y K H S L
Decimal 144 186 231 0.38 0.19 0 0.09 211.03 0.64 0.74
Hex 90 BA E7 26 13 0 9 D3 40 4A
Octal 220 272 347 46 23 0 11 323 100 112
Binary 10010000 10111010 11100111 100110 10011 0 1001 11010011 1000000 1001010

Color Harmonies of #90BAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BAE7

Black with #90BAE7

Text Example


Text Example

White with #90BAE7

Text Example


Text Example

HTML Codes & Css Web 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>