#93CDDB

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

Shades of Regent St Blue #93CDDB

Tints of Regent St Blue #93CDDB

Color information

#93CDDB (or 0x93CDDB) is unknown color: approx Regent St Blue. HEX triplet: 93, CD and DB. RGB value is (147,205,219). Sum of RGB (Red+Green+Blue) = 147+205+219=571 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.74% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #93CDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CDDB is #6C3224. Grayscale: #BDBDBD. Windows color (decimal): -7090725 or 14405011. OLE color: 14405011.

HSL color Cylindrical-coordinate representation of color #93CDDB: hue angle of 191.67º 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 #93CDDB is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB147205219-
CMYK0.330.0600.14
HSL191.67º50%71.76%-
HSV(B)191.67º32.88%85.88%-
XYZ46.6554.9875.17-
YUV189.25144.7897.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.74%
GREEN value IS 205 (80.47% from 255) = 35.90%
BLUE value IS 219 (85.94% from 255) = 38.35%
R=25.74%
G=35.90%
B=38.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1472052190.330.0600.14191.675071.76
Hex93CDDB2160Ec03248
Octal22331533341601630062110
Binary10010011110011011101101110000111001110110000001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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