Html Css Color HEX #91C9DB Regent St Blue

📋 copy color: '#91C9DB'

red 145 ◦ green 201 ◦ blue 219

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

Shades of Regent St Blue #91C9DB

Tints of Regent St Blue #91C9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.58%

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

R = 25.66%
G = 35.58%
B = 38.76%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#91C9DB (or 0x91C9DB) is known color: Regent St Blue. HEX triplet: 91, C9 and DB. RGB value is (145,201,219). Sum of RGB (Red+Green+Blue) = 145+201+219=565 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.66% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #91C9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C9DB is #6E3624. Grayscale: #BABABA. Windows color (decimal): -7222821 or 14403985. OLE color: 14403985.

HSL color Cylindrical-coordinate representation of color #91C9DB: hue angle of 194.59º 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 #91C9DB is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 201 219 -
CMYK 0.34 0.08 0 0.14
HSL 194.59º 0.51% 0.71% -
HSV(B) 194.59º 0.34% 0.86% -
XYZ 45.35 52.91 74.84 -
YUV 186.31 146.45 98.54 -
System Red Green Blue C M Y K H S L
Decimal 145 201 219 0.34 0.08 0 0.14 194.59 0.51 0.71
Hex 91 C9 DB 22 8 0 E C3 33 47
Octal 221 311 333 42 10 0 16 303 63 107
Binary 10010001 11001001 11011011 100010 1000 0 1110 11000011 110011 1000111

Color Harmonies of #91C9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91C9DB

Black with #91C9DB

Text Example


Text Example

White with #91C9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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