#9DDAE9

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

Shades of Charlotte #9DDAE9

Tints of Charlotte #9DDAE9

Color information

#9DDAE9 (or 0x9DDAE9) is unknown color: approx Charlotte. HEX triplet: 9D, DA and E9. RGB value is (157,218,233). Sum of RGB (Red+Green+Blue) = 157+218+233=608 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.82% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 233 (91.41% from 255 or 38.32% from 608); Max value from RGB is 233 - color contains mainly: blue. Hex color #9DDAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDAE9 is #622516. Grayscale: #C9C9C9. Windows color (decimal): -6432023 or 15325853. OLE color: 15325853.

HSL color Cylindrical-coordinate representation of color #9DDAE9: hue angle of 191.84º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DDAE9 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB157218233-
CMYK0.330.0600.09
HSL191.84º63.33%76.47%-
HSV(B)191.84º32.62%91.37%-
XYZ53.6863.1986.46-
YUV201.47145.7996.28-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.82%
GREEN value IS 218 (85.55% from 255) = 35.86%
BLUE value IS 233 (91.41% from 255) = 38.32%
R=25.82%
G=35.86%
B=38.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1572182330.330.0600.09191.8463.3376.47
Hex9DDAE921609c03f4c
Octal23533235141601130077114
Binary10011101110110101110100110000111001001110000001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,218,233); }

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

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

 a { background-color: rgb(157,218,233); }

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

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

 span { border-color: rgb(157,218,233); }

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