#9EDBDF

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

Shades of Charlotte #9EDBDF

Tints of Charlotte #9EDBDF

Color information

#9EDBDF (or 0x9EDBDF) is unknown color: approx Charlotte. HEX triplet: 9E, DB and DF. RGB value is (158,219,223). Sum of RGB (Red+Green+Blue) = 158+219+223=600 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.33% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 223 - color contains mainly: blue. Hex color #9EDBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDBDF is #612420. Grayscale: #C9C9C9. Windows color (decimal): -6366241 or 14670750. OLE color: 14670750.

HSL color Cylindrical-coordinate representation of color #9EDBDF: hue angle of 183.69º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDBDF is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB158219223-
CMYK0.290.0200.13
HSL183.69º50.39%74.71%-
HSV(B)183.69º29.15%87.45%-
XYZ52.7563.2679.24-
YUV201.22140.2997.17-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.33%
GREEN value IS 219 (85.94% from 255) = 36.5%
BLUE value IS 223 (87.5% from 255) = 37.17%
R=26.33%
G=36.5%
B=37.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582192230.290.0200.13183.6950.3974.71
Hex9EDBDF1D20Db8324b
Octal23633333735201527062113
Binary100111101101101111011111111011001101101110001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,219,223); }

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

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

 a { background-color: rgb(158,219,223); }

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

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

 span { border-color: rgb(158,219,223); }

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