#9FDEEA

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

Shades of Charlotte #9FDEEA

Tints of Charlotte #9FDEEA

Color information

#9FDEEA (or 0x9FDEEA) is unknown color: approx Charlotte. HEX triplet: 9F, DE and EA. RGB value is (159,222,234). Sum of RGB (Red+Green+Blue) = 159+222+234=615 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.85% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #9FDEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDEEA is #602115. Grayscale: #CCCCCC. Windows color (decimal): -6299926 or 15392415. OLE color: 15392415.

HSL color Cylindrical-coordinate representation of color #9FDEEA: hue angle of 189.6º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FDEEA is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB159222234-
CMYK0.320.0500.08
HSL189.6º64.1%77.06%-
HSV(B)189.6º32.05%91.76%-
XYZ55.2765.5587.58-
YUV204.53144.6395.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.85%
GREEN value IS 222 (87.11% from 255) = 36.10%
BLUE value IS 234 (91.80% from 255) = 38.05%
R=25.85%
G=36.10%
B=38.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1592222340.320.0500.08189.664.177.06
Hex9FDEEA20508be404d
Octal237336352405010276100115
Binary100111111101111011101010100000101010001011111010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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