Html Css Color HEX #9DD9DE Charlotte

📋 copy color: '#9DD9DE'

red 157 ◦ green 217 ◦ blue 222

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

Shades of Charlotte #9DD9DE

Tints of Charlotte #9DD9DE

RGB

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

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

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

R = 26.34%
G = 36.41%
B = 37.25%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9DD9DE (or 0x9DD9DE) is known color: Charlotte. HEX triplet: 9D, D9 and DE. RGB value is (157,217,222). Sum of RGB (Red+Green+Blue) = 157+217+222=596 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.34% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 222 - color contains mainly: blue. Hex color #9DD9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD9DE is #622621. Grayscale: #C7C7C7. Windows color (decimal): -6432290 or 14604701. OLE color: 14604701.

HSL color Cylindrical-coordinate representation of color #9DD9DE: hue angle of 184.62º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DD9DE is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 217 222 -
CMYK 0.29 0.02 0 0.13
HSL 184.62º 0.5% 0.74% -
HSV(B) 184.62º 0.29% 0.87% -
XYZ 51.9 62.07 78.35 -
YUV 199.63 140.62 97.59 -
System Red Green Blue C M Y K H S L
Decimal 157 217 222 0.29 0.02 0 0.13 184.62 0.5 0.74
Hex 9D D9 DE 1D 2 0 D B9 32 4A
Octal 235 331 336 35 2 0 15 271 62 112
Binary 10011101 11011001 11011110 11101 10 0 1101 10111001 110010 1001010

Color Harmonies of #9DD9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD9DE

Black with #9DD9DE

Text Example


Text Example

White with #9DD9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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