Html Css Color HEX #91C1CE Regent St Blue

📋 copy color: '#91C1CE'

red 145 ◦ green 193 ◦ blue 206

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

Shades of Regent St Blue #91C1CE

Tints of Regent St Blue #91C1CE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.48%

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

R = 26.65%
G = 35.48%
B = 37.87%

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

#91C1CE (or 0x91C1CE) is known color: Regent St Blue. HEX triplet: 91, C1 and CE. RGB value is (145,193,206). Sum of RGB (Red+Green+Blue) = 145+193+206=544 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.65% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #91C1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C1CE is #6E3E31. Grayscale: #B4B4B4. Windows color (decimal): -7224882 or 13549969. OLE color: 13549969.

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

Color convert

RGB 145 193 206 -
CMYK 0.30 0.06 0 0.19
HSL 192.79º 0.38% 0.69% -
HSV(B) 192.79º 0.3% 0.81% -
XYZ 41.89 48.62 65.57 -
YUV 180.13 142.6 102.94 -
System Red Green Blue C M Y K H S L
Decimal 145 193 206 0.30 0.06 0 0.19 192.79 0.38 0.69
Hex 91 C1 CE 1E 6 0 13 C1 26 45
Octal 221 301 316 36 6 0 23 301 46 105
Binary 10010001 11000001 11001110 11110 110 0 10011 11000001 100110 1000101

Color Harmonies of #91C1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91C1CE

Black with #91C1CE

Text Example


Text Example

White with #91C1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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