Html Css Color HEX #9DDCDE Charlotte

📋 copy color: '#9DDCDE'

red 157 ◦ green 220 ◦ blue 222

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

Shades of Charlotte #9DDCDE

Tints of Charlotte #9DDCDE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.73%

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

R = 26.21%
G = 36.73%
B = 37.06%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9DDCDE (or 0x9DDCDE) is known color: Charlotte. HEX triplet: 9D, DC and DE. RGB value is (157,220,222). Sum of RGB (Red+Green+Blue) = 157+220+222=599 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.21% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 222 - color contains mainly: blue. Hex color #9DDCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDCDE is #622321. Grayscale: #C9C9C9. Windows color (decimal): -6431522 or 14605469. OLE color: 14605469.

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

Color convert

RGB 157 220 222 -
CMYK 0.29 0.01 0 0.13
HSL 181.85º 0.5% 0.74% -
HSV(B) 181.85º 0.29% 0.87% -
XYZ 52.68 63.63 78.61 -
YUV 201.39 139.63 96.34 -
System Red Green Blue C M Y K H S L
Decimal 157 220 222 0.29 0.01 0 0.13 181.85 0.5 0.74
Hex 9D DC DE 1D 1 0 D B6 32 4A
Octal 235 334 336 35 1 0 15 266 62 112
Binary 10011101 11011100 11011110 11101 1 0 1101 10110110 110010 1001010

Color Harmonies of #9DDCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDCDE

Black with #9DDCDE

Text Example


Text Example

White with #9DDCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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