#9DD8E4

Color #9DD8E4 Charlotte (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charlotte #9DD8E4

Tints of Charlotte #9DD8E4

Color information

#9DD8E4 (or 0x9DD8E4) is unknown color: approx Charlotte. HEX triplet: 9D, D8 and E4. RGB value is (157,216,228). Sum of RGB (Red+Green+Blue) = 157+216+228=601 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.12% from 601); Green value is 216 (84.77% from 255 or 35.94% from 601); Blue value is 228 (89.45% from 255 or 37.94% from 601); Max value from RGB is 228 - color contains mainly: blue. Hex color #9DD8E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD8E4 is #62271B. Grayscale: #C7C7C7. Windows color (decimal): -6432540 or 14997661. OLE color: 14997661.

HSL color Cylindrical-coordinate representation of color #9DD8E4: hue angle of 190.14º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DD8E4 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB157216228-
CMYK0.310.0500.11
HSL190.14º56.8%75.49%-
HSV(B)190.14º31.14%89.41%-
XYZ52.4661.8882.58-
YUV199.73143.9597.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.12%
GREEN value IS 216 (84.77% from 255) = 35.94%
BLUE value IS 228 (89.45% from 255) = 37.94%
R=26.12%
G=35.94%
B=37.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1572162280.310.0500.11190.1456.875.49
Hex9DD8E41F50Bbe394b
Octal23533034437501327671113
Binary1001110111011000111001001111110101011101111101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,216,228); }

 H1.HeaderClassName
 {
   color: #9DD8E4;
 }
 .AnyTagClassName
 {
   color: #9DD8E4;
 }
</style>
background-color css

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

 a { background-color: rgb(157,216,228); }

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

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

 span { border-color: rgb(157,216,228); }

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