#A9CFBB

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

Shades of Nebula #A9CFBB

Tints of Nebula #A9CFBB

Color information

#A9CFBB (or 0xA9CFBB) is unknown color: approx Nebula. HEX triplet: A9, CF and BB. RGB value is (169,207,187). Sum of RGB (Red+Green+Blue) = 169+207+187=563 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.02% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CFBB is #563044. Grayscale: #C1C1C1. Windows color (decimal): -5648453 or 12308393. OLE color: 12308393.

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

Color convert

RGB169207187-
CMYK0.1800.100.19
HSL148.42º28.36%73.73%-
HSV(B)148.42º18.36%81.18%-
XYZ47.6456.6555.44-
YUV193.36124.41110.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.02%
GREEN value IS 207 (81.25% from 255) = 36.77%
BLUE value IS 187 (73.44% from 255) = 33.21%
R=30.02%
G=36.77%
B=33.21%

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
Decimal1692071870.1800.100.19148.4228.3673.73
HexA9CFBB120A13941c4a
Octal251317273220122322434112
Binary10101001110011111011101110010010101001110010100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CFBB; }

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

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

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

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

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

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

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

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