Html Css Color HEX #A9CFBD Nebula

📋 copy color: '#A9CFBD'

red 169 ◦ green 207 ◦ blue 189

#A9CFBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nebula #A9CFBD

Tints of Nebula #A9CFBD

RGB

 RED value IS 169 (66.41% from 255) = 29.91%

 GREEN value IS 207 (81.25% from 255) = 36.64%

 BLUE value IS 189 (74.22% from 255) = 33.45%

R = 29.91%
G = 36.64%
B = 33.45%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#A9CFBD (or 0xA9CFBD) is known color: Nebula. HEX triplet: A9, CF and BD. RGB value is (169,207,189). Sum of RGB (Red+Green+Blue) = 169+207+189=565 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.91% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CFBD is #563042. Grayscale: #C1C1C1. Windows color (decimal): -5648451 or 12439465. OLE color: 12439465.

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

Color convert

RGB 169 207 189 -
CMYK 0.18 0 0.09 0.19
HSL 151.58º 0.28% 0.74% -
HSV(B) 151.58º 0.18% 0.81% -
XYZ 47.86 56.73 56.57 -
YUV 193.59 125.41 110.46 -
System Red Green Blue C M Y K H S L
Decimal 169 207 189 0.18 0 0.09 0.19 151.58 0.28 0.74
Hex A9 CF BD 12 0 9 13 98 1C 4A
Octal 251 317 275 22 0 11 23 230 34 112
Binary 10101001 11001111 10111101 10010 0 1001 10011 10011000 11100 1001010

Color Harmonies of #A9CFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CFBD

Black with #A9CFBD

Text Example


Text Example

White with #A9CFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CFBD; }

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

 H1.HeaderClassName
 {
   color: #A9CFBD;
 }
 .AnyTagClassName
 {
   color: #A9CFBD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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