Html Css Color HEX #91BCCD Regent St Blue

📋 copy color: '#91BCCD'

red 145 ◦ green 188 ◦ blue 205

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

Shades of Regent St Blue #91BCCD

Tints of Regent St Blue #91BCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.1%

R = 26.95%
G = 34.94%
B = 38.1%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#91BCCD (or 0x91BCCD) is known color: Regent St Blue. HEX triplet: 91, BC and CD. RGB value is (145,188,205). Sum of RGB (Red+Green+Blue) = 145+188+205=538 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.95% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #91BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BCCD is #6E4332. Grayscale: #B0B0B0. Windows color (decimal): -7226163 or 13483153. OLE color: 13483153.

HSL color Cylindrical-coordinate representation of color #91BCCD: hue angle of 197º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91BCCD is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 188 205 -
CMYK 0.29 0.08 0 0.20
HSL 197º 0.38% 0.69% -
HSV(B) 197º 0.29% 0.8% -
XYZ 40.68 46.39 64.57 -
YUV 177.08 143.75 105.12 -
System Red Green Blue C M Y K H S L
Decimal 145 188 205 0.29 0.08 0 0.20 197 0.38 0.69
Hex 91 BC CD 1D 8 0 14 C5 26 45
Octal 221 274 315 35 10 0 24 305 46 105
Binary 10010001 10111100 11001101 11101 1000 0 10100 11000101 100110 1000101

Color Harmonies of #91BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BCCD

Black with #91BCCD

Text Example


Text Example

White with #91BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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