#9ED9EF

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

Shades of Charlotte #9ED9EF

Tints of Charlotte #9ED9EF

Color information

#9ED9EF (or 0x9ED9EF) is unknown color: approx Charlotte. HEX triplet: 9E, D9 and EF. RGB value is (158,217,239). Sum of RGB (Red+Green+Blue) = 158+217+239=614 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.73% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #9ED9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED9EF is #612610. Grayscale: #C9C9C9. Windows color (decimal): -6366737 or 15718814. OLE color: 15718814.

HSL color Cylindrical-coordinate representation of color #9ED9EF: hue angle of 196.3º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ED9EF is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB158217239-
CMYK0.340.0900.06
HSL196.3º71.68%77.84%-
HSV(B)196.3º33.89%93.73%-
XYZ54.4963.1390.97-
YUV201.87148.9596.71-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.73%
GREEN value IS 217 (85.16% from 255) = 35.34%
BLUE value IS 239 (93.75% from 255) = 38.93%
R=25.73%
G=35.34%
B=38.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1582172390.340.0900.06196.371.6877.84
Hex9ED9EF22906c4484e
Octal236331357421106304110116
Binary100111101101100111101111100010100101101100010010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ED9EF; }

 p { color: rgb(158,217,239); }

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

<style>
 a { background-color: #9ED9EF; }

 a { background-color: rgb(158,217,239); }

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

<style>
 span { border-color: #9ED9EF; }

 span { border-color: rgb(158,217,239); }

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