#93CDDE

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

Shades of Regent St Blue #93CDDE

Tints of Regent St Blue #93CDDE

Color information

#93CDDE (or 0x93CDDE) is unknown color: approx Regent St Blue. HEX triplet: 93, CD and DE. RGB value is (147,205,222). Sum of RGB (Red+Green+Blue) = 147+205+222=574 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.61% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #93CDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CDDE is #6C3221. Grayscale: #BDBDBD. Windows color (decimal): -7090722 or 14601619. OLE color: 14601619.

HSL color Cylindrical-coordinate representation of color #93CDDE: hue angle of 193.6º 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 #93CDDE is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB147205222-
CMYK0.340.0800.13
HSL193.6º53.19%72.35%-
HSV(B)193.6º33.78%87.06%-
XYZ47.0555.1477.27-
YUV189.6146.2897.62-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.61%
GREEN value IS 205 (80.47% from 255) = 35.71%
BLUE value IS 222 (87.11% from 255) = 38.68%
R=25.61%
G=35.71%
B=38.68%

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
Decimal1472052220.340.0800.13193.653.1972.35
Hex93CDDE2280Dc23548
Octal223315336421001530265110
Binary100100111100110111011110100010100001101110000101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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