Html Css Color HEX #9ED7ED Charlotte

📋 copy color: '#9ED7ED'

red 158 ◦ green 215 ◦ blue 237

#9ED7ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charlotte #9ED7ED

Tints of Charlotte #9ED7ED

RGB

 RED value IS 158 (62.11% from 255) = 25.9%

 GREEN value IS 215 (84.38% from 255) = 35.25%

 BLUE value IS 237 (92.97% from 255) = 38.85%

R = 25.9%
G = 35.25%
B = 38.85%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9ED7ED (or 0x9ED7ED) is known color: Charlotte. HEX triplet: 9E, D7 and ED. RGB value is (158,215,237). Sum of RGB (Red+Green+Blue) = 158+215+237=610 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.90% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #9ED7ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED7ED is #612812. Grayscale: #C8C8C8. Windows color (decimal): -6367251 or 15587230. OLE color: 15587230.

HSL color Cylindrical-coordinate representation of color #9ED7ED: hue angle of 196.71º 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 #9ED7ED is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 215 237 -
CMYK 0.33 0.09 0 0.07
HSL 196.71º 0.69% 0.77% -
HSV(B) 196.71º 0.33% 0.93% -
XYZ 53.69 61.98 89.26 -
YUV 200.47 148.62 97.71 -
System Red Green Blue C M Y K H S L
Decimal 158 215 237 0.33 0.09 0 0.07 196.71 0.69 0.77
Hex 9E D7 ED 21 9 0 7 C5 45 4D
Octal 236 327 355 41 11 0 7 305 105 115
Binary 10011110 11010111 11101101 100001 1001 0 111 11000101 1000101 1001101

Color Harmonies of #9ED7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED7ED

Black with #9ED7ED

Text Example


Text Example

White with #9ED7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9ED7ED;
 }
 .AnyTagClassName
 {
   color: #9ED7ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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