#9FE0E5

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

Shades of Charlotte #9FE0E5

Tints of Charlotte #9FE0E5

Color information

#9FE0E5 (or 0x9FE0E5) is unknown color: approx Charlotte. HEX triplet: 9F, E0 and E5. RGB value is (159,224,229). Sum of RGB (Red+Green+Blue) = 159+224+229=612 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.98% from 612); Green value is 224 (87.89% from 255 or 36.60% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 229 - color contains mainly: blue. Hex color #9FE0E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE0E5 is #601F1A. Grayscale: #CDCDCD. Windows color (decimal): -6299419 or 15065247. OLE color: 15065247.

HSL color Cylindrical-coordinate representation of color #9FE0E5: hue angle of 184.29º 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 #9FE0E5 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB159224229-
CMYK0.310.0200.10
HSL184.29º57.38%76.08%-
HSV(B)184.29º30.57%89.8%-
XYZ55.166.3484.03-
YUV205.14141.4795.09-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.98%
GREEN value IS 224 (87.89% from 255) = 36.60%
BLUE value IS 229 (89.84% from 255) = 37.42%
R=25.98%
G=36.60%
B=37.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1592242290.310.0200.10184.2957.3876.08
Hex9FE0E51F20Ab8394c
Octal23734034537201227071114
Binary100111111110000011100101111111001010101110001110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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