Html Css Color HEX #A9CBB8 Nebula

📋 copy color: '#A9CBB8'

red 169 ◦ green 203 ◦ blue 184

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

Shades of Nebula #A9CBB8

Tints of Nebula #A9CBB8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.51%

 BLUE value IS 184 (72.27% from 255) = 33.09%

R = 30.4%
G = 36.51%
B = 33.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#A9CBB8 (or 0xA9CBB8) is known color: Nebula. HEX triplet: A9, CB and B8. RGB value is (169,203,184). Sum of RGB (Red+Green+Blue) = 169+203+184=556 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.40% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CBB8 is #563447. Grayscale: #BEBEBE. Windows color (decimal): -5649480 or 12110761. OLE color: 12110761.

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

Color convert

RGB 169 203 184 -
CMYK 0.17 0 0.09 0.20
HSL 146.47º 0.25% 0.73% -
HSV(B) 146.47º 0.17% 0.8% -
XYZ 46.37 54.61 53.44 -
YUV 190.67 124.24 112.54 -
System Red Green Blue C M Y K H S L
Decimal 169 203 184 0.17 0 0.09 0.20 146.47 0.25 0.73
Hex A9 CB B8 11 0 9 14 92 19 49
Octal 251 313 270 21 0 11 24 222 31 111
Binary 10101001 11001011 10111000 10001 0 1001 10100 10010010 11001 1001001

Color Harmonies of #A9CBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CBB8

Black with #A9CBB8

Text Example


Text Example

White with #A9CBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CBB8; }

 p { color: rgb(169,203,184); }

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

background-color css

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

 a { background-color: rgb(169,203,184); }

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

border-color css

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

 span { border-color: rgb(169,203,184); }

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