Html Css Color HEX #91BDEA Cornflower

📋 copy color: '#91BDEA'

red 145 ◦ green 189 ◦ blue 234

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

Shades of Cornflower #91BDEA

Tints of Cornflower #91BDEA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.27%

 BLUE value IS 234 (91.8% from 255) = 41.2%

R = 25.53%
G = 33.27%
B = 41.2%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#91BDEA (or 0x91BDEA) is known color: Cornflower. HEX triplet: 91, BD and EA. RGB value is (145,189,234). Sum of RGB (Red+Green+Blue) = 145+189+234=568 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.53% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #91BDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91BDEA is #6E4215. Grayscale: #B4B4B4. Windows color (decimal): -7225878 or 15383953. OLE color: 15383953.

HSL color Cylindrical-coordinate representation of color #91BDEA: hue angle of 210.34º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91BDEA is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 145 189 234 -
CMYK 0.38 0.19 0 0.08
HSL 210.34º 0.68% 0.74% -
HSV(B) 210.34º 0.38% 0.92% -
XYZ 44.73 48.36 84.82 -
YUV 180.97 157.92 102.34 -
System Red Green Blue C M Y K H S L
Decimal 145 189 234 0.38 0.19 0 0.08 210.34 0.68 0.74
Hex 91 BD EA 26 13 0 8 D2 44 4A
Octal 221 275 352 46 23 0 10 322 104 112
Binary 10010001 10111101 11101010 100110 10011 0 1000 11010010 1000100 1001010

Color Harmonies of #91BDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BDEA

Black with #91BDEA

Text Example


Text Example

White with #91BDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,189,234); }

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

background-color css

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

 a { background-color: rgb(145,189,234); }

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

border-color css

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

 span { border-color: rgb(145,189,234); }

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