#93CFDF

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

Shades of Regent St Blue #93CFDF

Tints of Regent St Blue #93CFDF

Color information

#93CFDF (or 0x93CFDF) is unknown color: approx Regent St Blue. HEX triplet: 93, CF and DF. RGB value is (147,207,223). Sum of RGB (Red+Green+Blue) = 147+207+223=577 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.48% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #93CFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CFDF is #6C3020. Grayscale: #BEBEBE. Windows color (decimal): -7090209 or 14667667. OLE color: 14667667.

HSL color Cylindrical-coordinate representation of color #93CFDF: hue angle of 192.63º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93CFDF is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB147207223-
CMYK0.340.0700.13
HSL192.63º54.29%72.55%-
HSV(B)192.63º34.08%87.45%-
XYZ47.6656.1678.14-
YUV190.88146.1296.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.48%
GREEN value IS 207 (81.25% from 255) = 35.88%
BLUE value IS 223 (87.5% from 255) = 38.65%
R=25.48%
G=35.88%
B=38.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472072230.340.0700.13192.6354.2972.55
Hex93CFDF2270Dc13649
Octal22331733742701530166111
Binary10010011110011111101111110001011101101110000011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,207,223); }

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

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

 a { background-color: rgb(147,207,223); }

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

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

 span { border-color: rgb(147,207,223); }

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