Html Css Color HEX #9DD7DE Charlotte

📋 copy color: '#9DD7DE'

red 157 ◦ green 215 ◦ blue 222

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

Shades of Charlotte #9DD7DE

Tints of Charlotte #9DD7DE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.2%

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

R = 26.43%
G = 36.2%
B = 37.37%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9DD7DE (or 0x9DD7DE) is known color: Charlotte. HEX triplet: 9D, D7 and DE. RGB value is (157,215,222). Sum of RGB (Red+Green+Blue) = 157+215+222=594 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.43% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 222 - color contains mainly: blue. Hex color #9DD7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD7DE is #622821. Grayscale: #C6C6C6. Windows color (decimal): -6432802 or 14604189. OLE color: 14604189.

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

Color convert

RGB 157 215 222 -
CMYK 0.29 0.03 0 0.13
HSL 186.46º 0.5% 0.74% -
HSV(B) 186.46º 0.29% 0.87% -
XYZ 51.39 61.04 78.18 -
YUV 198.46 141.28 98.43 -
System Red Green Blue C M Y K H S L
Decimal 157 215 222 0.29 0.03 0 0.13 186.46 0.5 0.74
Hex 9D D7 DE 1D 3 0 D BA 32 4A
Octal 235 327 336 35 3 0 15 272 62 112
Binary 10011101 11010111 11011110 11101 11 0 1101 10111010 110010 1001010

Color Harmonies of #9DD7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD7DE

Black with #9DD7DE

Text Example


Text Example

White with #9DD7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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