#9FDFE5

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

Shades of Charlotte #9FDFE5

Tints of Charlotte #9FDFE5

Color information

#9FDFE5 (or 0x9FDFE5) is unknown color: approx Charlotte. HEX triplet: 9F, DF and E5. RGB value is (159,223,229). Sum of RGB (Red+Green+Blue) = 159+223+229=611 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.02% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 229 - color contains mainly: blue. Hex color #9FDFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDFE5 is #60201A. Grayscale: #CCCCCC. Windows color (decimal): -6299675 or 15064991. OLE color: 15064991.

HSL color Cylindrical-coordinate representation of color #9FDFE5: hue angle of 185.14º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FDFE5 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB159223229-
CMYK0.310.0300.10
HSL185.14º57.38%76.08%-
HSV(B)185.14º30.57%89.8%-
XYZ54.8365.883.94-
YUV204.55141.895.51-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.02%
GREEN value IS 223 (87.5% from 255) = 36.50%
BLUE value IS 229 (89.84% from 255) = 37.48%
R=26.02%
G=36.50%
B=37.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1592232290.310.0300.10185.1457.3876.08
Hex9FDFE51F30Ab9394c
Octal23733734537301227171114
Binary100111111101111111100101111111101010101110011110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,223,229); }

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

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

 a { background-color: rgb(159,223,229); }

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

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

 span { border-color: rgb(159,223,229); }

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