Html Css Color HEX #91C7DB Regent St Blue

📋 copy color: '#91C7DB'

red 145 ◦ green 199 ◦ blue 219

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

Shades of Regent St Blue #91C7DB

Tints of Regent St Blue #91C7DB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.35%

 BLUE value IS 219 (85.94% from 255) = 38.9%

R = 25.75%
G = 35.35%
B = 38.9%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#91C7DB (or 0x91C7DB) is known color: Regent St Blue. HEX triplet: 91, C7 and DB. RGB value is (145,199,219). Sum of RGB (Red+Green+Blue) = 145+199+219=563 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.75% from 563); Green value is 199 (78.12% from 255 or 35.35% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #91C7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C7DB is #6E3824. Grayscale: #B9B9B9. Windows color (decimal): -7223333 or 14403473. OLE color: 14403473.

HSL color Cylindrical-coordinate representation of color #91C7DB: hue angle of 196.22º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91C7DB is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 199 219 -
CMYK 0.34 0.09 0 0.14
HSL 196.22º 0.51% 0.71% -
HSV(B) 196.22º 0.34% 0.86% -
XYZ 44.89 51.98 74.69 -
YUV 185.13 147.11 99.37 -
System Red Green Blue C M Y K H S L
Decimal 145 199 219 0.34 0.09 0 0.14 196.22 0.51 0.71
Hex 91 C7 DB 22 9 0 E C4 33 47
Octal 221 307 333 42 11 0 16 304 63 107
Binary 10010001 11000111 11011011 100010 1001 0 1110 11000100 110011 1000111

Color Harmonies of #91C7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91C7DB

Black with #91C7DB

Text Example


Text Example

White with #91C7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,199,219); }

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

background-color css

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

 a { background-color: rgb(145,199,219); }

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

border-color css

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

 span { border-color: rgb(145,199,219); }

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