Html Css Color HEX #9FDEDF Charlotte

📋 copy color: '#9FDEDF'

red 159 ◦ green 222 ◦ blue 223

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

Shades of Charlotte #9FDEDF

Tints of Charlotte #9FDEDF

RGB

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

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

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

R = 26.32%
G = 36.75%
B = 36.92%

CMYK

 C value IS 0.29

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9FDEDF (or 0x9FDEDF) is known color: Charlotte. HEX triplet: 9F, DE and DF. RGB value is (159,222,223). Sum of RGB (Red+Green+Blue) = 159+222+223=604 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.32% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #9FDEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDEDF is #602120. Grayscale: #CBCBCB. Windows color (decimal): -6299937 or 14671519. OLE color: 14671519.

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

Color convert

RGB 159 222 223 -
CMYK 0.29 0.00 0 0.13
HSL 180.94º 0.5% 0.75% -
HSV(B) 180.94º 0.29% 0.87% -
XYZ 53.74 64.94 79.51 -
YUV 203.28 139.13 96.42 -
System Red Green Blue C M Y K H S L
Decimal 159 222 223 0.29 0.00 0 0.13 180.94 0.5 0.75
Hex 9F DE DF 1D 0 0 D B5 32 4B
Octal 237 336 337 35 0 0 15 265 62 113
Binary 10011111 11011110 11011111 11101 0 0 1101 10110101 110010 1001011

Color Harmonies of #9FDEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDEDF

Black with #9FDEDF

Text Example


Text Example

White with #9FDEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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