Html Css Color HEX #9EDFE0 Charlotte

📋 copy color: '#9EDFE0'

red 158 ◦ green 223 ◦ blue 224

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

Shades of Charlotte #9EDFE0

Tints of Charlotte #9EDFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.02%

R = 26.12%
G = 36.86%
B = 37.02%

CMYK

 C value IS 0.29

 M value IS 0.00

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9EDFE0 (or 0x9EDFE0) is known color: Charlotte. HEX triplet: 9E, DF and E0. RGB value is (158,223,224). Sum of RGB (Red+Green+Blue) = 158+223+224=605 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.12% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 224 - color contains mainly: blue. Hex color #9EDFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDFE0 is #61201F. Grayscale: #CBCBCB. Windows color (decimal): -6365216 or 14737310. OLE color: 14737310.

HSL color Cylindrical-coordinate representation of color #9EDFE0: hue angle of 180.91º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDFE0 is Cyan = 0.29, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 158 223 224 -
CMYK 0.29 0.00 0 0.12
HSL 180.91º 0.52% 0.75% -
HSV(B) 180.91º 0.29% 0.88% -
XYZ 53.94 65.43 80.31 -
YUV 203.68 139.47 95.42 -
System Red Green Blue C M Y K H S L
Decimal 158 223 224 0.29 0.00 0 0.12 180.91 0.52 0.75
Hex 9E DF E0 1D 0 0 C B5 34 4B
Octal 236 337 340 35 0 0 14 265 64 113
Binary 10011110 11011111 11100000 11101 0 0 1100 10110101 110100 1001011

Color Harmonies of #9EDFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDFE0

Black with #9EDFE0

Text Example


Text Example

White with #9EDFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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