Html Css Color HEX #91BCD3 Regent St Blue

📋 copy color: '#91BCD3'

red 145 ◦ green 188 ◦ blue 211

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

Shades of Regent St Blue #91BCD3

Tints of Regent St Blue #91BCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.79%

R = 26.65%
G = 34.56%
B = 38.79%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#91BCD3 (or 0x91BCD3) is known color: Regent St Blue. HEX triplet: 91, BC and D3. RGB value is (145,188,211). Sum of RGB (Red+Green+Blue) = 145+188+211=544 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.65% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 211 - color contains mainly: blue. Hex color #91BCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BCD3 is #6E432C. Grayscale: #B1B1B1. Windows color (decimal): -7226157 or 13876369. OLE color: 13876369.

HSL color Cylindrical-coordinate representation of color #91BCD3: hue angle of 200.91º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #91BCD3 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 145 188 211 -
CMYK 0.31 0.11 0 0.17
HSL 200.91º 0.43% 0.7% -
HSV(B) 200.91º 0.31% 0.83% -
XYZ 41.42 46.69 68.46 -
YUV 177.77 146.75 104.63 -
System Red Green Blue C M Y K H S L
Decimal 145 188 211 0.31 0.11 0 0.17 200.91 0.43 0.7
Hex 91 BC D3 1F B 0 11 C9 2B 46
Octal 221 274 323 37 13 0 21 311 53 106
Binary 10010001 10111100 11010011 11111 1011 0 10001 11001001 101011 1000110

Color Harmonies of #91BCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BCD3

Black with #91BCD3

Text Example


Text Example

White with #91BCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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