#9AE0DF

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

Shades of Charlotte #9AE0DF

Tints of Charlotte #9AE0DF

Color information

#9AE0DF (or 0x9AE0DF) is unknown color: approx Charlotte. HEX triplet: 9A, E0 and DF. RGB value is (154,224,223). Sum of RGB (Red+Green+Blue) = 154+224+223=601 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.62% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 224 - color contains mainly: green. Hex color #9AE0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AE0DF is #651F20. Grayscale: #CACACA. Windows color (decimal): -6627105 or 14672026. OLE color: 14672026.

HSL color Cylindrical-coordinate representation of color #9AE0DF: hue angle of 179.14º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AE0DF is Cyan = 0.31, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB154224223-
CMYK0.3100.000.12
HSL179.14º53.03%74.12%-
HSV(B)179.14º31.25%87.84%-
XYZ53.365.5179.65-
YUV202.96139.3193.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.62%
GREEN value IS 224 (87.89% from 255) = 37.27%
BLUE value IS 223 (87.5% from 255) = 37.10%
R=25.62%
G=37.27%
B=37.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1542242230.3100.000.12179.1453.0374.12
Hex9AE0DF1F00Cb3354a
Octal23234033737001426365112
Binary10011010111000001101111111111001100101100111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,224,223); }

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

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

 a { background-color: rgb(154,224,223); }

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

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

 span { border-color: rgb(154,224,223); }

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