#91C8DB

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

Shades of Regent St Blue #91C8DB

Tints of Regent St Blue #91C8DB

Color information

#91C8DB (or 0x91C8DB) is unknown color: approx Regent St Blue. HEX triplet: 91, C8 and DB. RGB value is (145,200,219). Sum of RGB (Red+Green+Blue) = 145+200+219=564 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.71% from 564); Green value is 200 (78.52% from 255 or 35.46% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #91C8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C8DB is #6E3724. Grayscale: #B9B9B9. Windows color (decimal): -7223077 or 14403729. OLE color: 14403729.

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

Color convert

RGB145200219-
CMYK0.340.0900.14
HSL195.41º50.68%71.37%-
HSV(B)195.41º33.79%85.88%-
XYZ45.1252.4474.76-
YUV185.72146.7898.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.71%
GREEN value IS 200 (78.52% from 255) = 35.46%
BLUE value IS 219 (85.94% from 255) = 38.83%
R=25.71%
G=35.46%
B=38.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1452002190.340.0900.14195.4150.6871.37
Hex91C8DB2290Ec33347
Octal221310333421101630363107
Binary100100011100100011011011100010100101110110000111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91C8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #91C8DB;
 }
 .AnyTagClassName
 {
   color: #91C8DB;
 }
</style>
background-color css

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

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

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

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

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

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