Html Css Color HEX #9EDBDE Charlotte

📋 copy color: '#9EDBDE'

red 158 ◦ green 219 ◦ blue 222

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

Shades of Charlotte #9EDBDE

Tints of Charlotte #9EDBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.06%

R = 26.38%
G = 36.56%
B = 37.06%

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

#9EDBDE (or 0x9EDBDE) is known color: Charlotte. HEX triplet: 9E, DB and DE. RGB value is (158,219,222). Sum of RGB (Red+Green+Blue) = 158+219+222=599 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.38% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 222 - color contains mainly: blue. Hex color #9EDBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDBDE is #612421. Grayscale: #C9C9C9. Windows color (decimal): -6366242 or 14605214. OLE color: 14605214.

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

Color convert

RGB 158 219 222 -
CMYK 0.29 0.01 0 0.13
HSL 182.81º 0.49% 0.75% -
HSV(B) 182.81º 0.29% 0.87% -
XYZ 52.62 63.21 78.53 -
YUV 201.1 139.79 97.26 -
System Red Green Blue C M Y K H S L
Decimal 158 219 222 0.29 0.01 0 0.13 182.81 0.49 0.75
Hex 9E DB DE 1D 1 0 D B7 31 4B
Octal 236 333 336 35 1 0 15 267 61 113
Binary 10011110 11011011 11011110 11101 1 0 1101 10110111 110001 1001011

Color Harmonies of #9EDBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDBDE

Black with #9EDBDE

Text Example


Text Example

White with #9EDBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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