#9DDAEC

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

Shades of Charlotte #9DDAEC

Tints of Charlotte #9DDAEC

Color information

#9DDAEC (or 0x9DDAEC) is unknown color: approx Charlotte. HEX triplet: 9D, DA and EC. RGB value is (157,218,236). Sum of RGB (Red+Green+Blue) = 157+218+236=611 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.70% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DDAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDAEC is #622513. Grayscale: #C9C9C9. Windows color (decimal): -6432020 or 15522461. OLE color: 15522461.

HSL color Cylindrical-coordinate representation of color #9DDAEC: hue angle of 193.67º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DDAEC is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB157218236-
CMYK0.330.0800.07
HSL193.67º67.52%77.06%-
HSV(B)193.67º33.47%92.55%-
XYZ54.1263.3788.74-
YUV201.81147.2996.04-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.70%
GREEN value IS 218 (85.55% from 255) = 35.68%
BLUE value IS 236 (92.58% from 255) = 38.63%
R=25.70%
G=35.68%
B=38.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572182360.330.0800.07193.6767.5277.06
Hex9DDAEC21807c2444d
Octal235332354411007302104115
Binary100111011101101011101100100001100001111100001010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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