Html Css Color HEX #91BADA Cornflower

📋 copy color: '#91BADA'

red 145 ◦ green 186 ◦ blue 218

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

Shades of Cornflower #91BADA

Tints of Cornflower #91BADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.71%

R = 26.41%
G = 33.88%
B = 39.71%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#91BADA (or 0x91BADA) is known color: Cornflower. HEX triplet: 91, BA and DA. RGB value is (145,186,218). Sum of RGB (Red+Green+Blue) = 145+186+218=549 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.41% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #91BADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BADA is #6E4525. Grayscale: #B1B1B1. Windows color (decimal): -7226662 or 14334609. OLE color: 14334609.

HSL color Cylindrical-coordinate representation of color #91BADA: hue angle of 206.3º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91BADA is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 145 186 218 -
CMYK 0.33 0.15 0 0.15
HSL 206.3º 0.5% 0.71% -
HSV(B) 206.3º 0.33% 0.85% -
XYZ 41.89 46.2 73.04 -
YUV 177.39 150.92 104.9 -
System Red Green Blue C M Y K H S L
Decimal 145 186 218 0.33 0.15 0 0.15 206.3 0.5 0.71
Hex 91 BA DA 21 F 0 F CE 32 47
Octal 221 272 332 41 17 0 17 316 62 107
Binary 10010001 10111010 11011010 100001 1111 0 1111 11001110 110010 1000111

Color Harmonies of #91BADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BADA

Black with #91BADA

Text Example


Text Example

White with #91BADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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