Html Css Color HEX #AACFBB Nebula

📋 copy color: '#AACFBB'

red 170 ◦ green 207 ◦ blue 187

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

Shades of Nebula #AACFBB

Tints of Nebula #AACFBB

RGB

 RED value IS 170 (66.8% from 255) = 30.14%

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

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

R = 30.14%
G = 36.7%
B = 33.16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#AACFBB (or 0xAACFBB) is known color: Nebula. HEX triplet: AA, CF and BB. RGB value is (170,207,187). Sum of RGB (Red+Green+Blue) = 170+207+187=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 207 - color contains mainly: green. Hex color #AACFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACFBB is #553044. Grayscale: #C1C1C1. Windows color (decimal): -5582917 or 12308394. OLE color: 12308394.

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

Color convert

RGB 170 207 187 -
CMYK 0.18 0 0.10 0.19
HSL 147.57º 0.28% 0.74% -
HSV(B) 147.57º 0.18% 0.81% -
XYZ 47.86 56.76 55.45 -
YUV 193.66 124.24 111.13 -
System Red Green Blue C M Y K H S L
Decimal 170 207 187 0.18 0 0.10 0.19 147.57 0.28 0.74
Hex AA CF BB 12 0 A 13 94 1C 4A
Octal 252 317 273 22 0 12 23 224 34 112
Binary 10101010 11001111 10111011 10010 0 1010 10011 10010100 11100 1001010

Color Harmonies of #AACFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACFBB

Black with #AACFBB

Text Example


Text Example

White with #AACFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACFBB; }

 p { color: rgb(170,207,187); }

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

background-color css

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

 a { background-color: rgb(170,207,187); }

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

border-color css

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

 span { border-color: rgb(170,207,187); }

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