#93C8DB

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

Shades of Regent St Blue #93C8DB

Tints of Regent St Blue #93C8DB

Color information

#93C8DB (or 0x93C8DB) is unknown color: approx Regent St Blue. HEX triplet: 93, C8 and DB. RGB value is (147,200,219). Sum of RGB (Red+Green+Blue) = 147+200+219=566 (74% of max value = 765). Red value is 147 (57.81% from 255 or 25.97% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #93C8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C8DB is #6C3724. Grayscale: #BABABA. Windows color (decimal): -7092005 or 14403731. OLE color: 14403731.

HSL color Cylindrical-coordinate representation of color #93C8DB: hue angle of 195.83º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93C8DB is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB147200219-
CMYK0.330.0900.14
HSL195.83º50%71.76%-
HSV(B)195.83º32.88%85.88%-
XYZ45.4752.6374.78-
YUV186.32146.4499.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.97%
GREEN value IS 200 (78.52% from 255) = 35.34%
BLUE value IS 219 (85.94% from 255) = 38.69%
R=25.97%
G=35.34%
B=38.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1472002190.330.0900.14195.835071.76
Hex93C8DB2190Ec43248
Octal223310333411101630462110
Binary100100111100100011011011100001100101110110001001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,200,219); }

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

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

 a { background-color: rgb(147,200,219); }

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

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

 span { border-color: rgb(147,200,219); }

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