Html Css Color HEX #9EDCDF Charlotte

📋 copy color: '#9EDCDF'

red 158 ◦ green 220 ◦ blue 223

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

Shades of Charlotte #9EDCDF

Tints of Charlotte #9EDCDF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.61%

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

R = 26.29%
G = 36.61%
B = 37.1%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9EDCDF (or 0x9EDCDF) is known color: Charlotte. HEX triplet: 9E, DC and DF. RGB value is (158,220,223). Sum of RGB (Red+Green+Blue) = 158+220+223=601 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.29% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #9EDCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDCDF is #612320. Grayscale: #C9C9C9. Windows color (decimal): -6365985 or 14671006. OLE color: 14671006.

HSL color Cylindrical-coordinate representation of color #9EDCDF: hue angle of 182.77º 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 #9EDCDF is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 220 223 -
CMYK 0.29 0.01 0 0.13
HSL 182.77º 0.5% 0.75% -
HSV(B) 182.77º 0.29% 0.87% -
XYZ 53.01 63.78 79.33 -
YUV 201.8 139.96 96.76 -
System Red Green Blue C M Y K H S L
Decimal 158 220 223 0.29 0.01 0 0.13 182.77 0.5 0.75
Hex 9E DC DF 1D 1 0 D B7 32 4B
Octal 236 334 337 35 1 0 15 267 62 113
Binary 10011110 11011100 11011111 11101 1 0 1101 10110111 110010 1001011

Color Harmonies of #9EDCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDCDF

Black with #9EDCDF

Text Example


Text Example

White with #9EDCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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