Html Css Color HEX #A9CDBB Nebula

📋 copy color: '#A9CDBB'

red 169 ◦ green 205 ◦ blue 187

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

Shades of Nebula #A9CDBB

Tints of Nebula #A9CDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.33%

R = 30.12%
G = 36.54%
B = 33.33%

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

#A9CDBB (or 0xA9CDBB) is known color: Nebula. HEX triplet: A9, CD and BB. RGB value is (169,205,187). Sum of RGB (Red+Green+Blue) = 169+205+187=561 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.12% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 205 - color contains mainly: green. Hex color #A9CDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CDBB is #563244. Grayscale: #C0C0C0. Windows color (decimal): -5648965 or 12307881. OLE color: 12307881.

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

Color convert

RGB 169 205 187 -
CMYK 0.18 0 0.09 0.20
HSL 150º 0.26% 0.73% -
HSV(B) 150º 0.18% 0.8% -
XYZ 47.16 55.69 55.28 -
YUV 192.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 169 205 187 0.18 0 0.09 0.20 150 0.26 0.73
Hex A9 CD BB 12 0 9 14 96 1A 49
Octal 251 315 273 22 0 11 24 226 32 111
Binary 10101001 11001101 10111011 10010 0 1001 10100 10010110 11010 1001001

Color Harmonies of #A9CDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CDBB

Black with #A9CDBB

Text Example


Text Example

White with #A9CDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CDBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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