#93DCEB

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

Shades of Charlotte #93DCEB

Tints of Charlotte #93DCEB

Color information

#93DCEB (or 0x93DCEB) is unknown color: approx Charlotte. HEX triplet: 93, DC and EB. RGB value is (147,220,235). Sum of RGB (Red+Green+Blue) = 147+220+235=602 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.42% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #93DCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DCEB is #6C2314. Grayscale: #C7C7C7. Windows color (decimal): -7086869 or 15457427. OLE color: 15457427.

HSL color Cylindrical-coordinate representation of color #93DCEB: hue angle of 190.23º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93DCEB is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB147220235-
CMYK0.370.0600.08
HSL190.23º68.75%74.9%-
HSV(B)190.23º37.45%92.16%-
XYZ52.6263.3988.06-
YUV199.88147.8290.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.42%
GREEN value IS 220 (86.33% from 255) = 36.54%
BLUE value IS 235 (92.19% from 255) = 39.04%
R=24.42%
G=36.54%
B=39.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1472202350.370.0600.08190.2368.7574.9
Hex93DCEB25608be454b
Octal223334353456010276105113
Binary100100111101110011101011100101110010001011111010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,220,235); }

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

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

 a { background-color: rgb(147,220,235); }

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

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

 span { border-color: rgb(147,220,235); }

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