Html Css Color HEX #91BCCE Regent St Blue

📋 copy color: '#91BCCE'

red 145 ◦ green 188 ◦ blue 206

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

Shades of Regent St Blue #91BCCE

Tints of Regent St Blue #91BCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.22%

R = 26.9%
G = 34.88%
B = 38.22%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#91BCCE (or 0x91BCCE) is known color: Regent St Blue. HEX triplet: 91, BC and CE. RGB value is (145,188,206). Sum of RGB (Red+Green+Blue) = 145+188+206=539 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.90% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #91BCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BCCE is #6E4331. Grayscale: #B1B1B1. Windows color (decimal): -7226162 or 13548689. OLE color: 13548689.

HSL color Cylindrical-coordinate representation of color #91BCCE: hue angle of 197.7º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91BCCE is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 145 188 206 -
CMYK 0.30 0.09 0 0.19
HSL 197.7º 0.38% 0.69% -
HSV(B) 197.7º 0.3% 0.81% -
XYZ 40.8 46.44 65.21 -
YUV 177.2 144.25 105.04 -
System Red Green Blue C M Y K H S L
Decimal 145 188 206 0.30 0.09 0 0.19 197.7 0.38 0.69
Hex 91 BC CE 1E 9 0 13 C6 26 45
Octal 221 274 316 36 11 0 23 306 46 105
Binary 10010001 10111100 11001110 11110 1001 0 10011 11000110 100110 1000101

Color Harmonies of #91BCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BCCE

Black with #91BCCE

Text Example


Text Example

White with #91BCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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