Html Css Color HEX #9DD9DF Charlotte

📋 copy color: '#9DD9DF'

red 157 ◦ green 217 ◦ blue 223

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

Shades of Charlotte #9DD9DF

Tints of Charlotte #9DD9DF

RGB

 RED value IS 157 (61.72% from 255) = 26.3%

 GREEN value IS 217 (85.16% from 255) = 36.35%

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

R = 26.3%
G = 36.35%
B = 37.35%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9DD9DF (or 0x9DD9DF) is known color: Charlotte. HEX triplet: 9D, D9 and DF. RGB value is (157,217,223). Sum of RGB (Red+Green+Blue) = 157+217+223=597 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.30% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DD9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD9DF is #622620. Grayscale: #C7C7C7. Windows color (decimal): -6432289 or 14670237. OLE color: 14670237.

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

Color convert

RGB 157 217 223 -
CMYK 0.30 0.03 0 0.13
HSL 185.45º 0.51% 0.75% -
HSV(B) 185.45º 0.3% 0.87% -
XYZ 52.04 62.12 79.06 -
YUV 199.74 141.12 97.51 -
System Red Green Blue C M Y K H S L
Decimal 157 217 223 0.30 0.03 0 0.13 185.45 0.51 0.75
Hex 9D D9 DF 1E 3 0 D B9 33 4B
Octal 235 331 337 36 3 0 15 271 63 113
Binary 10011101 11011001 11011111 11110 11 0 1101 10111001 110011 1001011

Color Harmonies of #9DD9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD9DF

Black with #9DD9DF

Text Example


Text Example

White with #9DD9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,217,223); }

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

background-color css

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

 a { background-color: rgb(157,217,223); }

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

border-color css

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

 span { border-color: rgb(157,217,223); }

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