#93CCDE

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

Shades of Regent St Blue #93CCDE

Tints of Regent St Blue #93CCDE

Color information

#93CCDE (or 0x93CCDE) is unknown color: approx Regent St Blue. HEX triplet: 93, CC and DE. RGB value is (147,204,222). Sum of RGB (Red+Green+Blue) = 147+204+222=573 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.65% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #93CCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CCDE is #6C3321. Grayscale: #BCBCBC. Windows color (decimal): -7090978 or 14601363. OLE color: 14601363.

HSL color Cylindrical-coordinate representation of color #93CCDE: hue angle of 194.4º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93CCDE is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB147204222-
CMYK0.340.0800.13
HSL194.4º53.19%72.35%-
HSV(B)194.4º33.78%87.06%-
XYZ46.8154.6677.19-
YUV189.01146.6298.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.65%
GREEN value IS 204 (80.08% from 255) = 35.60%
BLUE value IS 222 (87.11% from 255) = 38.74%
R=25.65%
G=35.60%
B=38.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472042220.340.0800.13194.453.1972.35
Hex93CCDE2280Dc23548
Octal223314336421001530265110
Binary100100111100110011011110100010100001101110000101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93CCDE; }

 p { color: rgb(147,204,222); }

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

<style>
 a { background-color: #93CCDE; }

 a { background-color: rgb(147,204,222); }

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

<style>
 span { border-color: #93CCDE; }

 span { border-color: rgb(147,204,222); }

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