#93CCDA

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

Shades of Regent St Blue #93CCDA

Tints of Regent St Blue #93CCDA

Color information

#93CCDA (or 0x93CCDA) is unknown color: approx Regent St Blue. HEX triplet: 93, CC and DA. RGB value is (147,204,218). Sum of RGB (Red+Green+Blue) = 147+204+218=569 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.83% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #93CCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CCDA is #6C3325. Grayscale: #BCBCBC. Windows color (decimal): -7090982 or 14339219. OLE color: 14339219.

HSL color Cylindrical-coordinate representation of color #93CCDA: hue angle of 191.83º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93CCDA is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB147204218-
CMYK0.330.0600.15
HSL191.83º48.97%71.57%-
HSV(B)191.83º32.57%85.49%-
XYZ46.2854.4574.4-
YUV188.55144.6298.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.83%
GREEN value IS 204 (80.08% from 255) = 35.85%
BLUE value IS 218 (85.55% from 255) = 38.31%
R=25.83%
G=35.85%
B=38.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472042180.330.0600.15191.8348.9771.57
Hex93CCDA2160Fc03148
Octal22331433241601730061110
Binary10010011110011001101101010000111001111110000001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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