Html Css Color HEX #A8CFB9 Nebula

📋 copy color: '#A8CFB9'

red 168 ◦ green 207 ◦ blue 185

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

Shades of Nebula #A8CFB9

Tints of Nebula #A8CFB9

RGB

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

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

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

R = 30%
G = 36.96%
B = 33.04%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#A8CFB9 (or 0xA8CFB9) is known color: Nebula. HEX triplet: A8, CF and B9. RGB value is (168,207,185). Sum of RGB (Red+Green+Blue) = 168+207+185=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CFB9 is #573046. Grayscale: #C0C0C0. Windows color (decimal): -5713991 or 12177320. OLE color: 12177320.

HSL color Cylindrical-coordinate representation of color #A8CFB9: hue angle of 146.15º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8CFB9 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 207 185 -
CMYK 0.19 0 0.11 0.19
HSL 146.15º 0.29% 0.74% -
HSV(B) 146.15º 0.19% 0.81% -
XYZ 47.22 56.45 54.31 -
YUV 192.83 123.58 110.29 -
System Red Green Blue C M Y K H S L
Decimal 168 207 185 0.19 0 0.11 0.19 146.15 0.29 0.74
Hex A8 CF B9 13 0 B 13 92 1D 4A
Octal 250 317 271 23 0 13 23 222 35 112
Binary 10101000 11001111 10111001 10011 0 1011 10011 10010010 11101 1001010

Color Harmonies of #A8CFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CFB9

Black with #A8CFB9

Text Example


Text Example

White with #A8CFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CFB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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