#93C0CE

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

Shades of Regent St Blue #93C0CE

Tints of Regent St Blue #93C0CE

Color information

#93C0CE (or 0x93C0CE) is unknown color: approx Regent St Blue. HEX triplet: 93, C0 and CE. RGB value is (147,192,206). Sum of RGB (Red+Green+Blue) = 147+192+206=545 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.97% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 206 - color contains mainly: blue. Hex color #93C0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C0CE is #6C3F31. Grayscale: #B4B4B4. Windows color (decimal): -7094066 or 13549715. OLE color: 13549715.

HSL color Cylindrical-coordinate representation of color #93C0CE: hue angle of 194.24º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93C0CE is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB147192206-
CMYK0.290.0700.19
HSL194.24º37.58%69.22%-
HSV(B)194.24º28.64%80.78%-
XYZ42.0248.3665.51-
YUV180.14142.59104.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.97%
GREEN value IS 192 (75.39% from 255) = 35.23%
BLUE value IS 206 (80.86% from 255) = 37.80%
R=26.97%
G=35.23%
B=37.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1471922060.290.0700.19194.2437.5869.22
Hex93C0CE1D7013c22645
Octal22330031635702330246105
Binary10010011110000001100111011101111010011110000101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,192,206); }

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

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

 a { background-color: rgb(147,192,206); }

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

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

 span { border-color: rgb(147,192,206); }

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