#9FDCEC

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

Shades of Charlotte #9FDCEC

Tints of Charlotte #9FDCEC

Color information

#9FDCEC (or 0x9FDCEC) is unknown color: approx Charlotte. HEX triplet: 9F, DC and EC. RGB value is (159,220,236). Sum of RGB (Red+Green+Blue) = 159+220+236=615 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.85% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FDCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDCEC is #602313. Grayscale: #CBCBCB. Windows color (decimal): -6300436 or 15522975. OLE color: 15522975.

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

Color convert

RGB159220236-
CMYK0.330.0700.07
HSL192.47º66.96%77.45%-
HSV(B)192.47º32.63%92.55%-
XYZ55.0364.6188.93-
YUV203.58146.2996.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.85%
GREEN value IS 220 (86.33% from 255) = 35.77%
BLUE value IS 236 (92.58% from 255) = 38.37%
R=25.85%
G=35.77%
B=38.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592202360.330.0700.07192.4766.9677.45
Hex9FDCEC21707c0434d
Octal23733435441707300103115
Binary10011111110111001110110010000111101111100000010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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