Html Css Color HEX #91C5CF Regent St Blue

📋 copy color: '#91C5CF'

red 145 ◦ green 197 ◦ blue 207

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

Shades of Regent St Blue #91C5CF

Tints of Regent St Blue #91C5CF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.88%

 BLUE value IS 207 (81.25% from 255) = 37.7%

R = 26.41%
G = 35.88%
B = 37.7%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#91C5CF (or 0x91C5CF) is known color: Regent St Blue. HEX triplet: 91, C5 and CF. RGB value is (145,197,207). Sum of RGB (Red+Green+Blue) = 145+197+207=549 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.41% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 207 - color contains mainly: blue. Hex color #91C5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C5CF is #6E3A30. Grayscale: #B6B6B6. Windows color (decimal): -7223857 or 13616529. OLE color: 13616529.

HSL color Cylindrical-coordinate representation of color #91C5CF: hue angle of 189.68º degrees, saturation: 0.39, 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 #91C5CF is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 145 197 207 -
CMYK 0.30 0.05 0 0.19
HSL 189.68º 0.39% 0.69% -
HSV(B) 189.68º 0.3% 0.81% -
XYZ 42.91 50.46 66.51 -
YUV 182.59 141.77 101.19 -
System Red Green Blue C M Y K H S L
Decimal 145 197 207 0.30 0.05 0 0.19 189.68 0.39 0.69
Hex 91 C5 CF 1E 5 0 13 BE 27 45
Octal 221 305 317 36 5 0 23 276 47 105
Binary 10010001 11000101 11001111 11110 101 0 10011 10111110 100111 1000101

Color Harmonies of #91C5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91C5CF

Black with #91C5CF

Text Example


Text Example

White with #91C5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,197,207); }

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

background-color css

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

 a { background-color: rgb(145,197,207); }

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

border-color css

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

 span { border-color: rgb(145,197,207); }

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