#9FDDEC

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

Shades of Charlotte #9FDDEC

Tints of Charlotte #9FDDEC

Color information

#9FDDEC (or 0x9FDDEC) is unknown color: approx Charlotte. HEX triplet: 9F, DD and EC. RGB value is (159,221,236). Sum of RGB (Red+Green+Blue) = 159+221+236=616 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.81% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FDDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDDEC is #602213. Grayscale: #CCCCCC. Windows color (decimal): -6300180 or 15523231. OLE color: 15523231.

HSL color Cylindrical-coordinate representation of color #9FDDEC: hue angle of 191.69º degrees, saturation: 0.67, 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 #9FDDEC is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB159221236-
CMYK0.330.0600.07
HSL191.69º66.96%77.45%-
HSV(B)191.69º32.63%92.55%-
XYZ55.2965.1489.02-
YUV204.17145.9695.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.81%
GREEN value IS 221 (86.72% from 255) = 35.88%
BLUE value IS 236 (92.58% from 255) = 38.31%
R=25.81%
G=35.88%
B=38.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592212360.330.0600.07191.6966.9677.45
Hex9FDDEC21607c0434d
Octal23733535441607300103115
Binary10011111110111011110110010000111001111100000010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,221,236); }

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

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

 a { background-color: rgb(159,221,236); }

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

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

 span { border-color: rgb(159,221,236); }

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