Html Css Color HEX #ABD9C2 Nebula

📋 copy color: '#ABD9C2'

red 171 ◦ green 217 ◦ blue 194

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

Shades of Nebula #ABD9C2

Tints of Nebula #ABD9C2

RGB

 RED value IS 171 (67.19% from 255) = 29.38%

 GREEN value IS 217 (85.16% from 255) = 37.29%

 BLUE value IS 194 (76.17% from 255) = 33.33%

R = 29.38%
G = 37.29%
B = 33.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#ABD9C2 (or 0xABD9C2) is known color: Nebula. HEX triplet: AB, D9 and C2. RGB value is (171,217,194). Sum of RGB (Red+Green+Blue) = 171+217+194=582 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.38% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 194 (76.17% from 255 or 33.33% from 582); Max value from RGB is 217 - color contains mainly: green. Hex color #ABD9C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD9C2 is #54263D. Grayscale: #C8C8C8. Windows color (decimal): -5514814 or 12769707. OLE color: 12769707.

HSL color Cylindrical-coordinate representation of color #ABD9C2: hue angle of 150º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABD9C2 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 217 194 -
CMYK 0.21 0 0.11 0.15
HSL 150º 0.38% 0.76% -
HSV(B) 150º 0.21% 0.85% -
XYZ 51.35 62.18 60.33 -
YUV 200.62 124.26 106.87 -
System Red Green Blue C M Y K H S L
Decimal 171 217 194 0.21 0 0.11 0.15 150 0.38 0.76
Hex AB D9 C2 15 0 B F 96 26 4C
Octal 253 331 302 25 0 13 17 226 46 114
Binary 10101011 11011001 11000010 10101 0 1011 1111 10010110 100110 1001100

Color Harmonies of #ABD9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD9C2

Black with #ABD9C2

Text Example


Text Example

White with #ABD9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD9C2; }

 p { color: rgb(171,217,194); }

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

background-color css

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

 a { background-color: rgb(171,217,194); }

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

border-color css

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

 span { border-color: rgb(171,217,194); }

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