#93D0DE

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

Shades of Regent St Blue #93D0DE

Tints of Regent St Blue #93D0DE

Color information

#93D0DE (or 0x93D0DE) is unknown color: approx Regent St Blue. HEX triplet: 93, D0 and DE. RGB value is (147,208,222). Sum of RGB (Red+Green+Blue) = 147+208+222=577 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.48% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #93D0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D0DE is #6C2F21. Grayscale: #BFBFBF. Windows color (decimal): -7089954 or 14602387. OLE color: 14602387.

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

Color convert

RGB147208222-
CMYK0.340.0600.13
HSL191.2º53.19%72.35%-
HSV(B)191.2º33.78%87.06%-
XYZ47.7756.5977.51-
YUV191.36145.2996.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.48%
GREEN value IS 208 (81.64% from 255) = 36.05%
BLUE value IS 222 (87.11% from 255) = 38.47%
R=25.48%
G=36.05%
B=38.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472082220.340.0600.13191.253.1972.35
Hex93D0DE2260Dbf3548
Octal22332033642601527765110
Binary10010011110100001101111010001011001101101111111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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