#9EDBED

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

Shades of Charlotte #9EDBED

Tints of Charlotte #9EDBED

Color information

#9EDBED (or 0x9EDBED) is unknown color: approx Charlotte. HEX triplet: 9E, DB and ED. RGB value is (158,219,237). Sum of RGB (Red+Green+Blue) = 158+219+237=614 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.73% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 237 - color contains mainly: blue. Hex color #9EDBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDBED is #612412. Grayscale: #CACACA. Windows color (decimal): -6366227 or 15588254. OLE color: 15588254.

HSL color Cylindrical-coordinate representation of color #9EDBED: hue angle of 193.67º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EDBED is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB158219237-
CMYK0.330.0800.07
HSL193.67º68.7%77.45%-
HSV(B)193.67º33.33%92.94%-
XYZ54.7264.0589.6-
YUV202.81147.2996.04-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.73%
GREEN value IS 219 (85.94% from 255) = 35.67%
BLUE value IS 237 (92.97% from 255) = 38.60%
R=25.73%
G=35.67%
B=38.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1582192370.330.0800.07193.6768.777.45
Hex9EDBED21807c2454d
Octal236333355411007302105115
Binary100111101101101111101101100001100001111100001010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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