#93DDE9

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

Shades of Charlotte #93DDE9

Tints of Charlotte #93DDE9

Color information

#93DDE9 (or 0x93DDE9) is unknown color: approx Charlotte. HEX triplet: 93, DD and E9. RGB value is (147,221,233). Sum of RGB (Red+Green+Blue) = 147+221+233=601 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.46% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 233 (91.41% from 255 or 38.77% from 601); Max value from RGB is 233 - color contains mainly: blue. Hex color #93DDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DDE9 is #6C2216. Grayscale: #C8C8C8. Windows color (decimal): -7086615 or 15326611. OLE color: 15326611.

HSL color Cylindrical-coordinate representation of color #93DDE9: hue angle of 188.37º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93DDE9 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB147221233-
CMYK0.370.0500.09
HSL188.37º66.15%74.51%-
HSV(B)188.37º36.91%91.37%-
XYZ52.663.886.63-
YUV200.24146.4890.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.46%
GREEN value IS 221 (86.72% from 255) = 36.77%
BLUE value IS 233 (91.41% from 255) = 38.77%
R=24.46%
G=36.77%
B=38.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1472212330.370.0500.09188.3766.1574.51
Hex93DDE925509bc424b
Octal223335351455011274102113
Binary100100111101110111101001100101101010011011110010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,221,233); }

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

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

 a { background-color: rgb(147,221,233); }

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

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

 span { border-color: rgb(147,221,233); }

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