Html Css Color HEX #A8CBB9 Nebula

📋 copy color: '#A8CBB9'

red 168 ◦ green 203 ◦ blue 185

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

Shades of Nebula #A8CBB9

Tints of Nebula #A8CBB9

RGB

 RED value IS 168 (66.02% from 255) = 30.22%

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

 BLUE value IS 185 (72.66% from 255) = 33.27%

R = 30.22%
G = 36.51%
B = 33.27%

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

#A8CBB9 (or 0xA8CBB9) is known color: Nebula. HEX triplet: A8, CB and B9. RGB value is (168,203,185). Sum of RGB (Red+Green+Blue) = 168+203+185=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CBB9 is #573446. Grayscale: #BEBEBE. Windows color (decimal): -5715015 or 12176296. OLE color: 12176296.

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

Color convert

RGB 168 203 185 -
CMYK 0.17 0 0.09 0.20
HSL 149.14º 0.25% 0.73% -
HSV(B) 149.14º 0.17% 0.8% -
XYZ 46.26 54.54 53.99 -
YUV 190.48 124.9 111.96 -
System Red Green Blue C M Y K H S L
Decimal 168 203 185 0.17 0 0.09 0.20 149.14 0.25 0.73
Hex A8 CB B9 11 0 9 14 95 19 49
Octal 250 313 271 21 0 11 24 225 31 111
Binary 10101000 11001011 10111001 10001 0 1001 10100 10010101 11001 1001001

Color Harmonies of #A8CBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CBB9

Black with #A8CBB9

Text Example


Text Example

White with #A8CBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CBB9; }

 p { color: rgb(168,203,185); }

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

background-color css

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

 a { background-color: rgb(168,203,185); }

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

border-color css

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

 span { border-color: rgb(168,203,185); }

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