Html Css Color HEX #9EDEEA Charlotte

📋 copy color: '#9EDEEA'

red 158 ◦ green 222 ◦ blue 234

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

Shades of Charlotte #9EDEEA

Tints of Charlotte #9EDEEA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.16%

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

R = 25.73%
G = 36.16%
B = 38.11%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9EDEEA (or 0x9EDEEA) is known color: Charlotte. HEX triplet: 9E, DE and EA. RGB value is (158,222,234). Sum of RGB (Red+Green+Blue) = 158+222+234=614 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.73% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #9EDEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDEEA is #612115. Grayscale: #CCCCCC. Windows color (decimal): -6365462 or 15392414. OLE color: 15392414.

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

Color convert

RGB 158 222 234 -
CMYK 0.32 0.05 0 0.08
HSL 189.47º 0.64% 0.77% -
HSV(B) 189.47º 0.32% 0.92% -
XYZ 55.07 65.45 87.57 -
YUV 204.23 144.8 95.02 -
System Red Green Blue C M Y K H S L
Decimal 158 222 234 0.32 0.05 0 0.08 189.47 0.64 0.77
Hex 9E DE EA 20 5 0 8 BD 40 4D
Octal 236 336 352 40 5 0 10 275 100 115
Binary 10011110 11011110 11101010 100000 101 0 1000 10111101 1000000 1001101

Color Harmonies of #9EDEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDEEA

Black with #9EDEEA

Text Example


Text Example

White with #9EDEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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