Html Css Color HEX #A9CDBA Nebula

📋 copy color: '#A9CDBA'

red 169 ◦ green 205 ◦ blue 186

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

Shades of Nebula #A9CDBA

Tints of Nebula #A9CDBA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.61%

 BLUE value IS 186 (73.05% from 255) = 33.21%

R = 30.18%
G = 36.61%
B = 33.21%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#A9CDBA (or 0xA9CDBA) is known color: Nebula. HEX triplet: A9, CD and BA. RGB value is (169,205,186). Sum of RGB (Red+Green+Blue) = 169+205+186=560 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.18% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 205 - color contains mainly: green. Hex color #A9CDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CDBA is #563245. Grayscale: #C0C0C0. Windows color (decimal): -5648966 or 12242345. OLE color: 12242345.

HSL color Cylindrical-coordinate representation of color #A9CDBA: hue angle of 148.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9CDBA is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 205 186 -
CMYK 0.18 0 0.09 0.20
HSL 148.33º 0.26% 0.73% -
HSV(B) 148.33º 0.18% 0.8% -
XYZ 47.06 55.64 54.71 -
YUV 192.07 124.57 111.54 -
System Red Green Blue C M Y K H S L
Decimal 169 205 186 0.18 0 0.09 0.20 148.33 0.26 0.73
Hex A9 CD BA 12 0 9 14 94 1A 49
Octal 251 315 272 22 0 11 24 224 32 111
Binary 10101001 11001101 10111010 10010 0 1001 10100 10010100 11010 1001001

Color Harmonies of #A9CDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CDBA

Black with #A9CDBA

Text Example


Text Example

White with #A9CDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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