Html Css Color HEX #91BDDA Cornflower

📋 copy color: '#91BDDA'

red 145 ◦ green 189 ◦ blue 218

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

Shades of Cornflower #91BDDA

Tints of Cornflower #91BDDA

RGB

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

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

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

R = 26.27%
G = 34.24%
B = 39.49%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#91BDDA (or 0x91BDDA) is known color: Cornflower. HEX triplet: 91, BD and DA. RGB value is (145,189,218). Sum of RGB (Red+Green+Blue) = 145+189+218=552 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.27% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #91BDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BDDA is #6E4225. Grayscale: #B2B2B2. Windows color (decimal): -7225894 or 14335377. OLE color: 14335377.

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

Color convert

RGB 145 189 218 -
CMYK 0.33 0.13 0 0.15
HSL 203.84º 0.5% 0.71% -
HSV(B) 203.84º 0.33% 0.85% -
XYZ 42.53 47.48 73.25 -
YUV 179.15 149.92 103.64 -
System Red Green Blue C M Y K H S L
Decimal 145 189 218 0.33 0.13 0 0.15 203.84 0.5 0.71
Hex 91 BD DA 21 D 0 F CC 32 47
Octal 221 275 332 41 15 0 17 314 62 107
Binary 10010001 10111101 11011010 100001 1101 0 1111 11001100 110010 1000111

Color Harmonies of #91BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BDDA

Black with #91BDDA

Text Example


Text Example

White with #91BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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