Html Css Color HEX #91C2CE Regent St Blue

📋 copy color: '#91C2CE'

red 145 ◦ green 194 ◦ blue 206

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

Shades of Regent St Blue #91C2CE

Tints of Regent St Blue #91C2CE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.6%

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

R = 26.61%
G = 35.6%
B = 37.8%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#91C2CE (or 0x91C2CE) is known color: Regent St Blue. HEX triplet: 91, C2 and CE. RGB value is (145,194,206). Sum of RGB (Red+Green+Blue) = 145+194+206=545 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.61% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 206 - color contains mainly: blue. Hex color #91C2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C2CE is #6E3D31. Grayscale: #B4B4B4. Windows color (decimal): -7224626 or 13550225. OLE color: 13550225.

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

Color convert

RGB 145 194 206 -
CMYK 0.30 0.06 0 0.19
HSL 191.8º 0.38% 0.69% -
HSV(B) 191.8º 0.3% 0.81% -
XYZ 42.11 49.06 65.64 -
YUV 180.72 142.27 102.52 -
System Red Green Blue C M Y K H S L
Decimal 145 194 206 0.30 0.06 0 0.19 191.8 0.38 0.69
Hex 91 C2 CE 1E 6 0 13 C0 26 45
Octal 221 302 316 36 6 0 23 300 46 105
Binary 10010001 11000010 11001110 11110 110 0 10011 11000000 100110 1000101

Color Harmonies of #91C2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91C2CE

Black with #91C2CE

Text Example


Text Example

White with #91C2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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