Html Css Color HEX #9EDBE0 Charlotte

📋 copy color: '#9EDBE0'

red 158 ◦ green 219 ◦ blue 224

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

Shades of Charlotte #9EDBE0

Tints of Charlotte #9EDBE0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.44%

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

R = 26.29%
G = 36.44%
B = 37.27%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9EDBE0 (or 0x9EDBE0) is known color: Charlotte. HEX triplet: 9E, DB and E0. RGB value is (158,219,224). Sum of RGB (Red+Green+Blue) = 158+219+224=601 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.29% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 224 - color contains mainly: blue. Hex color #9EDBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDBE0 is #61241F. Grayscale: #C9C9C9. Windows color (decimal): -6366240 or 14736286. OLE color: 14736286.

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

Color convert

RGB 158 219 224 -
CMYK 0.29 0.02 0 0.12
HSL 184.55º 0.52% 0.75% -
HSV(B) 184.55º 0.29% 0.88% -
XYZ 52.89 63.31 79.95 -
YUV 201.33 140.79 97.09 -
System Red Green Blue C M Y K H S L
Decimal 158 219 224 0.29 0.02 0 0.12 184.55 0.52 0.75
Hex 9E DB E0 1D 2 0 C B9 34 4B
Octal 236 333 340 35 2 0 14 271 64 113
Binary 10011110 11011011 11100000 11101 10 0 1100 10111001 110100 1001011

Color Harmonies of #9EDBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDBE0

Black with #9EDBE0

Text Example


Text Example

White with #9EDBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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