Html Css Color HEX #9EDFDF Charlotte

📋 copy color: '#9EDFDF'

red 158 ◦ green 223 ◦ blue 223

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

Shades of Charlotte #9EDFDF

Tints of Charlotte #9EDFDF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.92%

 BLUE value IS 223 (87.5% from 255) = 36.92%

R = 26.16%
G = 36.92%
B = 36.92%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9EDFDF (or 0x9EDFDF) is known color: Charlotte. HEX triplet: 9E, DF and DF. RGB value is (158,223,223). Sum of RGB (Red+Green+Blue) = 158+223+223=604 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.16% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #9EDFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDFDF is #612020. Grayscale: #CBCBCB. Windows color (decimal): -6365217 or 14671774. OLE color: 14671774.

HSL color Cylindrical-coordinate representation of color #9EDFDF: hue angle of 180º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDFDF is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 223 223 -
CMYK 0.29 0 0 0.13
HSL 180º 0.5% 0.75% -
HSV(B) 180º 0.29% 0.87% -
XYZ 53.81 65.37 79.59 -
YUV 203.57 138.97 95.5 -
System Red Green Blue C M Y K H S L
Decimal 158 223 223 0.29 0 0 0.13 180 0.5 0.75
Hex 9E DF DF 1D 0 0 D B4 32 4B
Octal 236 337 337 35 0 0 15 264 62 113
Binary 10011110 11011111 11011111 11101 0 0 1101 10110100 110010 1001011

Color Harmonies of #9EDFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDFDF

Black with #9EDFDF

Text Example


Text Example

White with #9EDFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,223,223); }

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

background-color css

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

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

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

border-color css

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

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

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