Html Css Color HEX #91B9DC Cornflower

📋 copy color: '#91B9DC'

red 145 ◦ green 185 ◦ blue 220

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

Shades of Cornflower #91B9DC

Tints of Cornflower #91B9DC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.64%

 BLUE value IS 220 (86.33% from 255) = 40%

R = 26.36%
G = 33.64%
B = 40%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#91B9DC (or 0x91B9DC) is known color: Cornflower. HEX triplet: 91, B9 and DC. RGB value is (145,185,220). Sum of RGB (Red+Green+Blue) = 145+185+220=550 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.36% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #91B9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B9DC is #6E4623. Grayscale: #B0B0B0. Windows color (decimal): -7226916 or 14465425. OLE color: 14465425.

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

Color convert

RGB 145 185 220 -
CMYK 0.34 0.16 0 0.14
HSL 208º 0.52% 0.72% -
HSV(B) 208º 0.34% 0.86% -
XYZ 41.94 45.88 74.36 -
YUV 177.03 152.25 105.15 -
System Red Green Blue C M Y K H S L
Decimal 145 185 220 0.34 0.16 0 0.14 208 0.52 0.72
Hex 91 B9 DC 22 10 0 E D0 34 48
Octal 221 271 334 42 20 0 16 320 64 110
Binary 10010001 10111001 11011100 100010 10000 0 1110 11010000 110100 1001000

Color Harmonies of #91B9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91B9DC

Black with #91B9DC

Text Example


Text Example

White with #91B9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,185,220); }

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

background-color css

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

 a { background-color: rgb(145,185,220); }

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

border-color css

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

 span { border-color: rgb(145,185,220); }

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