#93DAE5

Color #93DAE5 Charlotte (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charlotte #93DAE5

Tints of Charlotte #93DAE5

Color information

#93DAE5 (or 0x93DAE5) is unknown color: approx Charlotte. HEX triplet: 93, DA and E5. RGB value is (147,218,229). Sum of RGB (Red+Green+Blue) = 147+218+229=594 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.75% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 229 - color contains mainly: blue. Hex color #93DAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DAE5 is #6C251A. Grayscale: #C5C5C5. Windows color (decimal): -7087387 or 15063699. OLE color: 15063699.

HSL color Cylindrical-coordinate representation of color #93DAE5: hue angle of 188.05º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93DAE5 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB147218229-
CMYK0.360.0500.10
HSL188.05º61.19%73.73%-
HSV(B)188.05º35.81%89.8%-
XYZ51.256283.4-
YUV198.02145.4891.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.75%
GREEN value IS 218 (85.55% from 255) = 36.70%
BLUE value IS 229 (89.84% from 255) = 38.55%
R=24.75%
G=36.70%
B=38.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1472182290.360.0500.10188.0561.1973.73
Hex93DAE52450Abc3d4a
Octal22333234544501227475112
Binary10010011110110101110010110010010101010101111001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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