#91CED8

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

Shades of Regent St Blue #91CED8

Tints of Regent St Blue #91CED8

Color information

#91CED8 (or 0x91CED8) is unknown color: approx Regent St Blue. HEX triplet: 91, CE and D8. RGB value is (145,206,216). Sum of RGB (Red+Green+Blue) = 145+206+216=567 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.57% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 216 - color contains mainly: blue. Hex color #91CED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CED8 is #6E3127. Grayscale: #BCBCBC. Windows color (decimal): -7221544 or 14208657. OLE color: 14208657.

HSL color Cylindrical-coordinate representation of color #91CED8: hue angle of 188.45º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91CED8 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB145206216-
CMYK0.330.0500.15
HSL188.45º47.65%70.78%-
HSV(B)188.45º32.87%84.71%-
XYZ46.1455.1273.17-
YUV188.9143.2996.69-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.57%
GREEN value IS 206 (80.86% from 255) = 36.33%
BLUE value IS 216 (84.77% from 255) = 38.10%
R=25.57%
G=36.33%
B=38.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1452062160.330.0500.15188.4547.6570.78
Hex91CED82150Fbc3047
Octal22131633041501727460107
Binary10010001110011101101100010000110101111101111001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91CED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,206,216); }

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

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

 a { background-color: rgb(145,206,216); }

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

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

 span { border-color: rgb(145,206,216); }

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