#A9CFBA

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

Shades of Nebula #A9CFBA

Tints of Nebula #A9CFBA

Color information

#A9CFBA (or 0xA9CFBA) is unknown color: approx Nebula. HEX triplet: A9, CF and BA. RGB value is (169,207,186). Sum of RGB (Red+Green+Blue) = 169+207+186=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CFBA is #563045. Grayscale: #C1C1C1. Windows color (decimal): -5648454 or 12242857. OLE color: 12242857.

HSL color Cylindrical-coordinate representation of color #A9CFBA: hue angle of 146.84º degrees, saturation: 0.28, 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 #A9CFBA is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB169207186-
CMYK0.1800.100.19
HSL146.84º28.36%73.73%-
HSV(B)146.84º18.36%81.18%-
XYZ47.5456.6154.87-
YUV193.24123.91110.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.07%
GREEN value IS 207 (81.25% from 255) = 36.83%
BLUE value IS 186 (73.05% from 255) = 33.10%
R=30.07%
G=36.83%
B=33.10%

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
Decimal1692071860.1800.100.19146.8428.3673.73
HexA9CFBA120A13931c4a
Octal251317272220122322334112
Binary10101001110011111011101010010010101001110010011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CFBA; }

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

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

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

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

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

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

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

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