Html Css Color HEX #91BCDE Cornflower

📋 copy color: '#91BCDE'

red 145 ◦ green 188 ◦ blue 222

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

Shades of Cornflower #91BCDE

Tints of Cornflower #91BCDE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.87%

 BLUE value IS 222 (87.11% from 255) = 40%

R = 26.13%
G = 33.87%
B = 40%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#91BCDE (or 0x91BCDE) is known color: Cornflower. HEX triplet: 91, BC and DE. RGB value is (145,188,222). Sum of RGB (Red+Green+Blue) = 145+188+222=555 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.13% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #91BCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BCDE is #6E4321. Grayscale: #B2B2B2. Windows color (decimal): -7226146 or 14597265. OLE color: 14597265.

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

Color convert

RGB 145 188 222 -
CMYK 0.35 0.15 0 0.13
HSL 206.49º 0.54% 0.72% -
HSV(B) 206.49º 0.35% 0.87% -
XYZ 42.85 47.26 75.97 -
YUV 179.02 152.25 103.74 -
System Red Green Blue C M Y K H S L
Decimal 145 188 222 0.35 0.15 0 0.13 206.49 0.54 0.72
Hex 91 BC DE 23 F 0 D CE 36 48
Octal 221 274 336 43 17 0 15 316 66 110
Binary 10010001 10111100 11011110 100011 1111 0 1101 11001110 110110 1001000

Color Harmonies of #91BCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BCDE

Black with #91BCDE

Text Example


Text Example

White with #91BCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,188,222); }

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

background-color css

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

 a { background-color: rgb(145,188,222); }

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

border-color css

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

 span { border-color: rgb(145,188,222); }

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