#A9CEBA

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

Shades of Nebula #A9CEBA

Tints of Nebula #A9CEBA

Color information

#A9CEBA (or 0xA9CEBA) is unknown color: approx Nebula. HEX triplet: A9, CE and BA. RGB value is (169,206,186). Sum of RGB (Red+Green+Blue) = 169+206+186=561 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.12% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 206 - color contains mainly: green. Hex color #A9CEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CEBA is #563145. Grayscale: #C0C0C0. Windows color (decimal): -5648710 or 12242601. OLE color: 12242601.

HSL color Cylindrical-coordinate representation of color #A9CEBA: hue angle of 147.57º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9CEBA is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB169206186-
CMYK0.1800.100.19
HSL147.57º27.41%73.53%-
HSV(B)147.57º17.96%80.78%-
XYZ47.356.1254.79-
YUV192.66124.24111.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.12%
GREEN value IS 206 (80.86% from 255) = 36.72%
BLUE value IS 186 (73.05% from 255) = 33.16%
R=30.12%
G=36.72%
B=33.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1692061860.1800.100.19147.5727.4173.53
HexA9CEBA120A13941b4a
Octal251316272220122322433112
Binary10101001110011101011101010010010101001110010100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CEBA; }

 p { color: rgb(169,206,186); }

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

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

 a { background-color: rgb(169,206,186); }

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

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

 span { border-color: rgb(169,206,186); }

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