#9FDCDE

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

Shades of Charlotte #9FDCDE

Tints of Charlotte #9FDCDE

Color information

#9FDCDE (or 0x9FDCDE) is unknown color: approx Charlotte. HEX triplet: 9F, DC and DE. RGB value is (159,220,222). Sum of RGB (Red+Green+Blue) = 159+220+222=601 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.46% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 222 - color contains mainly: blue. Hex color #9FDCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDCDE is #602321. Grayscale: #C9C9C9. Windows color (decimal): -6300450 or 14605471. OLE color: 14605471.

HSL color Cylindrical-coordinate representation of color #9FDCDE: hue angle of 181.9º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDCDE is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB159220222-
CMYK0.280.0100.13
HSL181.9º48.84%74.71%-
HSV(B)181.9º28.38%87.06%-
XYZ53.0863.8378.63-
YUV201.99139.2997.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.46%
GREEN value IS 220 (86.33% from 255) = 36.61%
BLUE value IS 222 (87.11% from 255) = 36.94%
R=26.46%
G=36.61%
B=36.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592202220.280.0100.13181.948.8474.71
Hex9FDCDE1C10Db6314b
Octal23733433634101526661113
Binary10011111110111001101111011100101101101101101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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