#91CDDC

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

Shades of Regent St Blue #91CDDC

Tints of Regent St Blue #91CDDC

Color information

#91CDDC (or 0x91CDDC) is unknown color: approx Regent St Blue. HEX triplet: 91, CD and DC. RGB value is (145,205,220). Sum of RGB (Red+Green+Blue) = 145+205+220=570 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.44% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #91CDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CDDC is #6E3223. Grayscale: #BCBCBC. Windows color (decimal): -7221796 or 14470545. OLE color: 14470545.

HSL color Cylindrical-coordinate representation of color #91CDDC: hue angle of 192º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91CDDC is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB145205220-
CMYK0.340.0700.14
HSL192º51.72%71.57%-
HSV(B)192º34.09%86.27%-
XYZ46.4354.8575.85-
YUV188.77145.6296.78-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.44%
GREEN value IS 205 (80.47% from 255) = 35.96%
BLUE value IS 220 (86.33% from 255) = 38.60%
R=25.44%
G=35.96%
B=38.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1452052200.340.0700.1419251.7271.57
Hex91CDDC2270Ec03448
Octal22131533442701630064110
Binary10010001110011011101110010001011101110110000001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91CDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,205,220); }

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

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

 a { background-color: rgb(145,205,220); }

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

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

 span { border-color: rgb(145,205,220); }

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