#91C3D3

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

Shades of Regent St Blue #91C3D3

Tints of Regent St Blue #91C3D3

Color information

#91C3D3 (or 0x91C3D3) is unknown color: approx Regent St Blue. HEX triplet: 91, C3 and D3. RGB value is (145,195,211). Sum of RGB (Red+Green+Blue) = 145+195+211=551 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.32% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 211 (82.81% from 255 or 38.29% from 551); Max value from RGB is 211 - color contains mainly: blue. Hex color #91C3D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C3D3 is #6E3C2C. Grayscale: #B5B5B5. Windows color (decimal): -7224365 or 13878161. OLE color: 13878161.

HSL color Cylindrical-coordinate representation of color #91C3D3: hue angle of 194.55º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #91C3D3 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB145195211-
CMYK0.310.0800.17
HSL194.55º42.86%69.8%-
HSV(B)194.55º31.28%82.75%-
XYZ42.9549.7568.97-
YUV181.87144.44101.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.32%
GREEN value IS 195 (76.56% from 255) = 35.39%
BLUE value IS 211 (82.81% from 255) = 38.29%
R=26.32%
G=35.39%
B=38.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1451952110.310.0800.17194.5542.8669.8
Hex91C3D31F8011c32b46
Octal221303323371002130353106
Binary100100011100001111010011111111000010001110000111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91C3D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,195,211); }

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

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

 a { background-color: rgb(145,195,211); }

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

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

 span { border-color: rgb(145,195,211); }

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