#9EDEE3

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

Shades of Charlotte #9EDEE3

Tints of Charlotte #9EDEE3

Color information

#9EDEE3 (or 0x9EDEE3) is unknown color: approx Charlotte. HEX triplet: 9E, DE and E3. RGB value is (158,222,227). Sum of RGB (Red+Green+Blue) = 158+222+227=607 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.03% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 227 (89.06% from 255 or 37.40% from 607); Max value from RGB is 227 - color contains mainly: blue. Hex color #9EDEE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDEE3 is #61211C. Grayscale: #CBCBCB. Windows color (decimal): -6365469 or 14933662. OLE color: 14933662.

HSL color Cylindrical-coordinate representation of color #9EDEE3: hue angle of 184.35º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EDEE3 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB158222227-
CMYK0.300.0200.11
HSL184.35º55.2%75.49%-
HSV(B)184.35º30.4%89.02%-
XYZ54.0965.0682.38-
YUV203.43141.395.59-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.03%
GREEN value IS 222 (87.11% from 255) = 36.57%
BLUE value IS 227 (89.06% from 255) = 37.40%
R=26.03%
G=36.57%
B=37.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1582222270.300.0200.11184.3555.275.49
Hex9EDEE31E20Bb8374b
Octal23633634336201327067113
Binary100111101101111011100011111101001011101110001101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,222,227); }

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

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

 a { background-color: rgb(158,222,227); }

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

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

 span { border-color: rgb(158,222,227); }

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