Html Css Color HEX #91C0CE Regent St Blue

📋 copy color: '#91C0CE'

red 145 ◦ green 192 ◦ blue 206

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

Shades of Regent St Blue #91C0CE

Tints of Regent St Blue #91C0CE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.36%

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

R = 26.7%
G = 35.36%
B = 37.94%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#91C0CE (or 0x91C0CE) is known color: Regent St Blue. HEX triplet: 91, C0 and CE. RGB value is (145,192,206). Sum of RGB (Red+Green+Blue) = 145+192+206=543 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.70% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #91C0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C0CE is #6E3F31. Grayscale: #B3B3B3. Windows color (decimal): -7225138 or 13549713. OLE color: 13549713.

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

Color convert

RGB 145 192 206 -
CMYK 0.30 0.07 0 0.19
HSL 193.77º 0.38% 0.69% -
HSV(B) 193.77º 0.3% 0.81% -
XYZ 41.67 48.18 65.5 -
YUV 179.54 142.93 103.36 -
System Red Green Blue C M Y K H S L
Decimal 145 192 206 0.30 0.07 0 0.19 193.77 0.38 0.69
Hex 91 C0 CE 1E 7 0 13 C2 26 45
Octal 221 300 316 36 7 0 23 302 46 105
Binary 10010001 11000000 11001110 11110 111 0 10011 11000010 100110 1000101

Color Harmonies of #91C0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91C0CE

Black with #91C0CE

Text Example


Text Example

White with #91C0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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