Html Css Color HEX #9FE1DF Charlotte

📋 copy color: '#9FE1DF'

red 159 ◦ green 225 ◦ blue 223

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

Shades of Charlotte #9FE1DF

Tints of Charlotte #9FE1DF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.07%

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

R = 26.19%
G = 37.07%
B = 36.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#9FE1DF (or 0x9FE1DF) is known color: Charlotte. HEX triplet: 9F, E1 and DF. RGB value is (159,225,223). Sum of RGB (Red+Green+Blue) = 159+225+223=607 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.19% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE1DF is #601E20. Grayscale: #CCCCCC. Windows color (decimal): -6299169 or 14672287. OLE color: 14672287.

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

Color convert

RGB 159 225 223 -
CMYK 0.29 0 0.01 0.12
HSL 178.18º 0.52% 0.75% -
HSV(B) 178.18º 0.29% 0.88% -
XYZ 54.54 66.55 79.78 -
YUV 205.04 138.13 95.16 -
System Red Green Blue C M Y K H S L
Decimal 159 225 223 0.29 0 0.01 0.12 178.18 0.52 0.75
Hex 9F E1 DF 1D 0 1 C B2 34 4B
Octal 237 341 337 35 0 1 14 262 64 113
Binary 10011111 11100001 11011111 11101 0 1 1100 10110010 110100 1001011

Color Harmonies of #9FE1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE1DF

Black with #9FE1DF

Text Example


Text Example

White with #9FE1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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