#9ED9EA

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

Shades of Charlotte #9ED9EA

Tints of Charlotte #9ED9EA

Color information

#9ED9EA (or 0x9ED9EA) is unknown color: approx Charlotte. HEX triplet: 9E, D9 and EA. RGB value is (158,217,234). Sum of RGB (Red+Green+Blue) = 158+217+234=609 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.94% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #9ED9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED9EA is #612615. Grayscale: #C9C9C9. Windows color (decimal): -6366742 or 15391134. OLE color: 15391134.

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

Color convert

RGB158217234-
CMYK0.320.0700.08
HSL193.42º64.41%76.86%-
HSV(B)193.42º32.48%91.76%-
XYZ53.7662.8487.14-
YUV201.3146.4597.12-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.94%
GREEN value IS 217 (85.16% from 255) = 35.63%
BLUE value IS 234 (91.80% from 255) = 38.42%
R=25.94%
G=35.63%
B=38.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1582172340.320.0700.08193.4264.4176.86
Hex9ED9EA20708c1404d
Octal236331352407010301100115
Binary100111101101100111101010100000111010001100000110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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