#93C2CC

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

Shades of Regent St Blue #93C2CC

Tints of Regent St Blue #93C2CC

Color information

#93C2CC (or 0x93C2CC) is unknown color: approx Regent St Blue. HEX triplet: 93, C2 and CC. RGB value is (147,194,204). Sum of RGB (Red+Green+Blue) = 147+194+204=545 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.97% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #93C2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C2CC is #6C3D33. Grayscale: #B5B5B5. Windows color (decimal): -7093556 or 13419155. OLE color: 13419155.

HSL color Cylindrical-coordinate representation of color #93C2CC: hue angle of 190.53º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93C2CC is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB147194204-
CMYK0.280.0500.2
HSL190.53º35.85%68.82%-
HSV(B)190.53º27.94%80%-
XYZ42.2249.1564.39-
YUV181.09140.93103.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.97%
GREEN value IS 194 (76.17% from 255) = 35.60%
BLUE value IS 204 (80.08% from 255) = 37.43%
R=26.97%
G=35.60%
B=37.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1471942040.280.0500.2190.5335.8568.82
Hex93C2CC1C5014bf2445
Octal22330231434502427744105
Binary10010011110000101100110011100101010100101111111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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