Html Css Color HEX #91BADD Cornflower

📋 copy color: '#91BADD'

red 145 ◦ green 186 ◦ blue 221

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

Shades of Cornflower #91BADD

Tints of Cornflower #91BADD

RGB

 RED value IS 145 (57.03% from 255) = 26.27%

 GREEN value IS 186 (73.05% from 255) = 33.7%

 BLUE value IS 221 (86.72% from 255) = 40.04%

R = 26.27%
G = 33.7%
B = 40.04%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#91BADD (or 0x91BADD) is known color: Cornflower. HEX triplet: 91, BA and DD. RGB value is (145,186,221). Sum of RGB (Red+Green+Blue) = 145+186+221=552 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.27% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #91BADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BADD is #6E4522. Grayscale: #B1B1B1. Windows color (decimal): -7226659 or 14531217. OLE color: 14531217.

HSL color Cylindrical-coordinate representation of color #91BADD: hue angle of 207.63º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91BADD is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 186 221 -
CMYK 0.34 0.16 0 0.13
HSL 207.63º 0.53% 0.72% -
HSV(B) 207.63º 0.34% 0.87% -
XYZ 42.29 46.36 75.13 -
YUV 177.73 152.42 104.65 -
System Red Green Blue C M Y K H S L
Decimal 145 186 221 0.34 0.16 0 0.13 207.63 0.53 0.72
Hex 91 BA DD 22 10 0 D D0 35 48
Octal 221 272 335 42 20 0 15 320 65 110
Binary 10010001 10111010 11011101 100010 10000 0 1101 11010000 110101 1001000

Color Harmonies of #91BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BADD

Black with #91BADD

Text Example


Text Example

White with #91BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91BADD; }

 p { color: rgb(145,186,221); }

 H1.HeaderClassName
 {
   color: #91BADD;
 }
 .AnyTagClassName
 {
   color: #91BADD;
 }
</style>

background-color css

<style>
 a { background-color: #91BADD; }

 a { background-color: rgb(145,186,221); }

 div.DivClassName
 {
   background-color: #91BADD;
 }
 .BgClassName
 {
   background-color: #91BADD;
 }
</style>

border-color css

<style>
 span { border-color: #91BADD; }

 span { border-color: rgb(145,186,221); }

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