Html Css Color HEX #91BDD6 Cornflower

📋 copy color: '#91BDD6'

red 145 ◦ green 189 ◦ blue 214

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

Shades of Cornflower #91BDD6

Tints of Cornflower #91BDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.05%

R = 26.46%
G = 34.49%
B = 39.05%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#91BDD6 (or 0x91BDD6) is known color: Cornflower. HEX triplet: 91, BD and D6. RGB value is (145,189,214). Sum of RGB (Red+Green+Blue) = 145+189+214=548 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.46% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 214 (83.98% from 255 or 39.05% from 548); Max value from RGB is 214 - color contains mainly: blue. Hex color #91BDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BDD6 is #6E4229. Grayscale: #B2B2B2. Windows color (decimal): -7225898 or 14073233. OLE color: 14073233.

HSL color Cylindrical-coordinate representation of color #91BDD6: hue angle of 201.74º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #91BDD6 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 145 189 214 -
CMYK 0.32 0.12 0 0.16
HSL 201.74º 0.46% 0.7% -
HSV(B) 201.74º 0.32% 0.84% -
XYZ 42.01 47.27 70.53 -
YUV 178.69 147.92 103.97 -
System Red Green Blue C M Y K H S L
Decimal 145 189 214 0.32 0.12 0 0.16 201.74 0.46 0.7
Hex 91 BD D6 20 C 0 10 CA 2E 46
Octal 221 275 326 40 14 0 20 312 56 106
Binary 10010001 10111101 11010110 100000 1100 0 10000 11001010 101110 1000110

Color Harmonies of #91BDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BDD6

Black with #91BDD6

Text Example


Text Example

White with #91BDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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