Html Css Color HEX #9ED7EA Charlotte

📋 copy color: '#9ED7EA'

red 158 ◦ green 215 ◦ blue 234

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

Shades of Charlotte #9ED7EA

Tints of Charlotte #9ED7EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.55%

R = 26.03%
G = 35.42%
B = 38.55%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9ED7EA (or 0x9ED7EA) is known color: Charlotte. HEX triplet: 9E, D7 and EA. RGB value is (158,215,234). Sum of RGB (Red+Green+Blue) = 158+215+234=607 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.03% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #9ED7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED7EA is #612815. Grayscale: #C7C7C7. Windows color (decimal): -6367254 or 15390622. OLE color: 15390622.

HSL color Cylindrical-coordinate representation of color #9ED7EA: hue angle of 195º 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 #9ED7EA is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 215 234 -
CMYK 0.32 0.08 0 0.08
HSL 195º 0.64% 0.77% -
HSV(B) 195º 0.32% 0.92% -
XYZ 53.25 61.81 86.97 -
YUV 200.12 147.12 97.96 -
System Red Green Blue C M Y K H S L
Decimal 158 215 234 0.32 0.08 0 0.08 195 0.64 0.77
Hex 9E D7 EA 20 8 0 8 C3 40 4D
Octal 236 327 352 40 10 0 10 303 100 115
Binary 10011110 11010111 11101010 100000 1000 0 1000 11000011 1000000 1001101

Color Harmonies of #9ED7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED7EA

Black with #9ED7EA

Text Example


Text Example

White with #9ED7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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