#91C9DB

Color #91C9DB Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #91C9DB

Tints of Regent St Blue #91C9DB

Color information

#91C9DB (or 0x91C9DB) is unknown color: approx 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

RGB145201219-
CMYK0.340.0800.14
HSL194.59º50.68%71.37%-
HSV(B)194.59º33.79%85.88%-
XYZ45.3552.9174.84-
YUV186.31146.4598.54-

RGB Variations

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

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 (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1452012190.340.0800.14194.5950.6871.37
Hex91C9DB2280Ec33347
Octal221311333421001630363107
Binary100100011100100111011011100010100001110110000111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91C9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>