Html Css Color HEX #ABD4BB Nebula

📋 copy color: '#ABD4BB'

red 171 ◦ green 212 ◦ blue 187

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

Shades of Nebula #ABD4BB

Tints of Nebula #ABD4BB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.19%

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

R = 30%
G = 37.19%
B = 32.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#ABD4BB (or 0xABD4BB) is known color: Nebula. HEX triplet: AB, D4 and BB. RGB value is (171,212,187). Sum of RGB (Red+Green+Blue) = 171+212+187=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 212 - color contains mainly: green. Hex color #ABD4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD4BB is #542B44. Grayscale: #C4C4C4. Windows color (decimal): -5516101 or 12309675. OLE color: 12309675.

HSL color Cylindrical-coordinate representation of color #ABD4BB: hue angle of 143.41º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABD4BB is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 212 187 -
CMYK 0.19 0 0.12 0.17
HSL 143.41º 0.32% 0.75% -
HSV(B) 143.41º 0.19% 0.83% -
XYZ 49.31 59.33 55.87 -
YUV 196.89 122.42 109.53 -
System Red Green Blue C M Y K H S L
Decimal 171 212 187 0.19 0 0.12 0.17 143.41 0.32 0.75
Hex AB D4 BB 13 0 C 11 8F 20 4B
Octal 253 324 273 23 0 14 21 217 40 113
Binary 10101011 11010100 10111011 10011 0 1100 10001 10001111 100000 1001011

Color Harmonies of #ABD4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD4BB

Black with #ABD4BB

Text Example


Text Example

White with #ABD4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD4BB; }

 p { color: rgb(171,212,187); }

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

background-color css

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

 a { background-color: rgb(171,212,187); }

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

border-color css

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

 span { border-color: rgb(171,212,187); }

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