Html Css Color HEX #9FDEDE Charlotte

📋 copy color: '#9FDEDE'

red 159 ◦ green 222 ◦ blue 222

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

Shades of Charlotte #9FDEDE

Tints of Charlotte #9FDEDE

RGB

 RED value IS 159 (62.5% from 255) = 26.37%

 GREEN value IS 222 (87.11% from 255) = 36.82%

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

R = 26.37%
G = 36.82%
B = 36.82%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9FDEDE (or 0x9FDEDE) is known color: Charlotte. HEX triplet: 9F, DE and DE. RGB value is (159,222,222). Sum of RGB (Red+Green+Blue) = 159+222+222=603 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.37% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #9FDEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDEDE is #602121. Grayscale: #CBCBCB. Windows color (decimal): -6299938 or 14605983. OLE color: 14605983.

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

Color convert

RGB 159 222 222 -
CMYK 0.28 0 0 0.13
HSL 180º 0.49% 0.75% -
HSV(B) 180º 0.28% 0.87% -
XYZ 53.6 64.89 78.81 -
YUV 203.16 138.63 96.5 -
System Red Green Blue C M Y K H S L
Decimal 159 222 222 0.28 0 0 0.13 180 0.49 0.75
Hex 9F DE DE 1C 0 0 D B4 31 4B
Octal 237 336 336 34 0 0 15 264 61 113
Binary 10011111 11011110 11011110 11100 0 0 1101 10110100 110001 1001011

Color Harmonies of #9FDEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDEDE

Black with #9FDEDE

Text Example


Text Example

White with #9FDEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,222,222); }

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

background-color css

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

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

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

border-color css

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

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

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